Ver Fonte

组件修改

于继渤 há 2 anos atrás
pai
commit
175d73e607
1 ficheiros alterados com 3 adições e 6 exclusões
  1. 3 6
      components/dkbase/dk-save-bottom/dk-save-bottom.wxml

+ 3 - 6
components/dkbase/dk-save-bottom/dk-save-bottom.wxml

@@ -513,12 +513,9 @@
   <!-- 基础资料 -->
   <view wx:if="{{flagTypeName ==='basic-data'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
 
-    <view style="width:48%">
-      <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">关闭
-      </van-button>
-    </view>
-    <view style="width: 4%;"></view>
-    <view style="width:48%;">
+
+
+    <view style="width:100%;">
       <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
       </van-button>
     </view>