Browse Source

更新样式

wangtao 1 month ago
parent
commit
9f0756696e

+ 4 - 8
src/pages/business/oa/approval/components/jbd.vue

@@ -180,9 +180,9 @@
             </view>
           </view>
         </view>
-      </view>
-      <view class="app-button">
-        <u-button  type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
+        <view class="app-button">
+          <u-button  type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
+        </view>
       </view>
     </template>
   </oa-scroll>
@@ -425,11 +425,7 @@ onShow(() => {
   }
 }
 .app-button{
-  position: absolute;
-  top:0;
-  bottom:0;
-  left:10px;
-  z-index: 100;
+  margin:10px;
   width:calc(100% - 20px);
   button{
     border-radius: 10px !important;

+ 5 - 8
src/pages/business/oa/approval/components/qjd.vue

@@ -179,11 +179,12 @@
               </view>
             </view>
           </view>
+          <view class="app-button">
+            <u-button  type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
+          </view>
         </view>
       </view>
-      <view class="app-button">
-        <u-button  type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
-      </view>
+      
     </template>
   </oa-scroll>
 </template>
@@ -423,11 +424,7 @@ onShow(() => {
   }
 }
 .app-button{
-  position: absolute;
-  top:0;
-  bottom:0;
-  left:10px;
-  z-index: 100;
+  margin:10px;
   width:calc(100% - 20px);
   button{
     border-radius: 10px !important;