修改
This commit is contained in:
parent
8e414e4445
commit
806da80f98
@ -72,6 +72,33 @@ export default {
|
|||||||
@import "~@/assets/styles/mixin.scss";
|
@import "~@/assets/styles/mixin.scss";
|
||||||
@import "~@/assets/styles/variables.scss";
|
@import "~@/assets/styles/variables.scss";
|
||||||
|
|
||||||
|
::v-deep .el-table__body-wrapper::-webkit-scrollbar {
|
||||||
|
width: 15px !important;
|
||||||
|
height: 15px !important;
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .el-table {
|
||||||
|
|
||||||
|
th {
|
||||||
|
background-color: #F1F3F5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background-color: #C1C1C1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
border-radius: 10px !important;
|
||||||
|
background-color: #D6D5D5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.app-wrapper {
|
.app-wrapper {
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -284,8 +284,8 @@ export default {
|
|||||||
address: row.address,
|
address: row.address,
|
||||||
patientSource: row.patientSource,
|
patientSource: row.patientSource,
|
||||||
createTime: row.createTime,
|
createTime: row.createTime,
|
||||||
hospitalAgencyName:row.hospitalAgencyName,
|
hospitalAgencyName: row.hospitalAgencyName,
|
||||||
mainDiagnosis:row.mainDiagnosis,
|
mainDiagnosis: row.mainDiagnosis,
|
||||||
age: row.birthDate ? getAge(row.birthDate) : '',
|
age: row.birthDate ? getAge(row.birthDate) : '',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user