Browse Source

no message

see999 4 years ago
parent
commit
bc184e379e
1 changed files with 27 additions and 30 deletions
  1. 27 30
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 27 - 30
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

1117
     height: 100%;
1117
     height: 100%;
1118
     display: flex;
1118
     display: flex;
1119
     flex-direction: column;
1119
     flex-direction: column;
1120
-
1121
-  .mainLeft {
1122
-    width: 200px;
1123
-    height: 100%;
1124
-    display: flex;
1125
-    flex-direction: column;
1126
-    padding-top: 20px;
1127
-
1128
-  .el-radio {
1129
-    margin-right: 5px;
1130
-  }
1131
-
1120
+    .mainLeft {
1121
+      width: 200px;
1122
+      height: 100%;
1123
+      display: flex;
1124
+      flex-direction: column;
1125
+      padding-top: 20px;
1126
+    .el-radio {
1127
+      margin-right: 5px;
1128
+    }
1132
   }
1129
   }
1133
   .mainCell {
1130
   .mainCell {
1134
     height: 36px;
1131
     height: 36px;
1253
     border-bottom: 1px solid #e5e5e5;
1250
     border-bottom: 1px solid #e5e5e5;
1254
     border-right: 1px solid #e5e5e5;
1251
     border-right: 1px solid #e5e5e5;
1255
     width: 100%;
1252
     width: 100%;
1256
-    height: 38px;
1257
-    line-height: 38px;
1258
-    text-indent: 5px;
1253
+    min-height: 38px;
1254
+    /* line-height: 38px;
1255
+    text-indent: 5px; */
1259
     font-size: 14px;
1256
     font-size: 14px;
1257
+    display:flex;
1258
+    align-items:center;
1259
+    padding:5px;
1260
+    box-sizing:border-box;
1260
   }
1261
   }
1261
 
1262
 
1262
   }
1263
   }
1265
 
1266
 
1266
 <style lang="scss">
1267
 <style lang="scss">
1267
   #tab-more {
1268
   #tab-more {
1268
-
1269
-  .el-icon-close {
1270
-    display: none;
1271
-  }
1272
-
1269
+    .el-icon-close {
1270
+      display: none;
1271
+    }
1273
   }
1272
   }
1274
   .settlementTabs {
1273
   .settlementTabs {
1275
-
1276
-  .el-tabs__content {
1277
-    height: 90%;
1278
-  }
1279
-
1274
+    .el-tabs__content {
1275
+      height: 90%;
1276
+    }
1280
   }
1277
   }
1281
   .preTabs {
1278
   .preTabs {
1282
 
1279
 
1283
-  .el-tabs__content {
1284
-    flex: 1;
1285
-    overflow-y: auto;
1286
-    padding: 5px 0 5px 5px;
1287
-  }
1280
+    .el-tabs__content {
1281
+      flex: 1;
1282
+      overflow-y: auto;
1283
+      padding: 5px 0 5px 5px;
1284
+    }
1288
 
1285
 
1289
   }
1286
   }
1290
   .centerDialog{
1287
   .centerDialog{