Browse Source

添加边框

1178232204@qq.com 3 years ago
parent
commit
e796dca9f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/cdssManage/hospital/AddHospital.vue

+ 2 - 2
src/components/cdssManage/hospital/AddHospital.vue

@@ -43,7 +43,7 @@
                 :data="form.hospitalRelationVOList"
                 border
                 :style="form.hospitalRelationVOList.length > 0?'min-height: 200px':'60px'"
-                :height="form.hospitalRelationVOList.length > 0?'calc(100vh - 360px)':'60px'"
+                :height="form.hospitalRelationVOList.length > 0?'calc(100vh - 390px)':'60px'"
                 class="tabs"
                 ref="tableList"
                 :header-row-style="{height:'40px',cursor: 'pointer',fontSize:'14px'}"
@@ -474,7 +474,7 @@ export default {
 .tabs {
   max-width: 100%;
   min-width: 100%;
-  border-color: #dcdfe6;
+  border-bottom:1px solid #dcdfe6;
   .star {
     color: #ff545b;
   }