Explorar el Código

前端页面优化

xiaochan hace 3 años
padre
commit
af43af00bb

+ 4 - 4
src/components/si-sheet-upload/jieSuanDanDaYing.vue

@@ -539,8 +539,8 @@
           </div>
 
           <div class="wen-zi ">
-            <div style="margin-left: 10px;line-height: 69px;height: 69px">结算期间</div>
-            <div style="margin-left: 10px;line-height: 50px;height: 50px" class="w250">
+            <div style="margin-left: 10px">结算期间</div>
+            <div style="margin-left: 10px;line-height:45px" class="w250">
               {{ nianYueRi(setlinfo.setlBegnDate) }} - {{ nianYueRi(setlinfo.setlEndDate) }}
             </div>
           </div>
@@ -572,7 +572,7 @@
             <table>
               <tr>
                 <th colspan="2">医保统筹基金支付</th>
-                <th>{{ payinfoData['310100'].fundPayamt }}</th>
+                <th style="width: 90px;">{{ payinfoData['310100'].fundPayamt }}</th>
               </tr>
               <tr>
                 <th rowspan="3">补充医疗保险支付</th>
@@ -612,7 +612,7 @@
               <tr>
                 <th rowspan="2">个人负担</th>
                 <th>个人自付</th>
-                <th>{{ setlinfo.psnSelfpay }}</th>
+                <th style="width: 90px;">{{ setlinfo.psnSelfpay }}</th>
               </tr>
               <tr>
                 <th>个人自费</th>

+ 1 - 1
src/store/modules/app.js

@@ -1,7 +1,7 @@
 import Cookies from "js-cookie";
 
 const state = () => ({
-    isCollapse: false, // 侧边栏是否收缩展示
+    isCollapse: true, // 侧边栏是否收缩展示
     contentFullScreen: false, // 内容是否可全屏展示
     showLogo: true, // 是否显示Logo
     fixedTop: false, // 是否固定顶部, todo,暂未使用