xiaochan 2 anni fa
parent
commit
1498f4077b

+ 3 - 6
src/components/xiao-chan/xc-table-v2/XcTableV2.vue

@@ -319,7 +319,6 @@ defineExpose({
 </script>
 
 <style lang="scss">
-
 .xc-table_v2 {
   overflow-x: hidden;
   color: black;
@@ -338,14 +337,15 @@ defineExpose({
       text-overflow: ellipsis;
       white-space: nowrap;
       flex-grow: 0;
-      flex-shrink: 0
+      flex-shrink: 0;
     }
   }
 
   .xc-body_v2 {
 
     &::-webkit-scrollbar {
-      height: 6px;
+      height: 15px;
+      width: 15px;
     }
 
     .row {
@@ -372,9 +372,6 @@ defineExpose({
       background-color: inherit;
       color: inherit;
     }
-
   }
 }
-
-
 </style>

+ 1 - 1
src/views/hospitalization/zhu-yuan-yi-sheng/jian-cha-jian-yan-shen-qing/components/public/JianChaJianYanTable.vue

@@ -6,7 +6,7 @@ import XcComboGrid from "@/components/xiao-chan/combo-grid/XcComboGrid.vue";
 import {biaoBenApi, diagnosisInOurHospital} from "@/api/zhu-yuan-yi-sheng/jian-yan-jian-cha-shen-qing";
 import XcSelectV3 from "@/components/xiao-chan/select-v3/XcSelectV3.vue";
 
-const {data, isCheck} = defineProps({
+const {data, isCheck, publicData} = defineProps({
   data: {
     type: Array,
     default: []