Browse Source

all

yangrongze
hanyuqing 3 months ago
parent
commit
ff20948180
  1. 23
      vue/src/system/GraphDemo.vue

23
vue/src/system/GraphDemo.vue

@ -1096,30 +1096,7 @@ button:hover {
.disease-body::-webkit-scrollbar { .disease-body::-webkit-scrollbar {
display: none; /* Webkit browsers */ display: none; /* Webkit browsers */
} }
.disease-header {
padding: 16px;
border-radius: 8px;
display: flex;
justify-content: space-between;
align-items: center;
}
.d-title {
font-size: 18px;
display: flex;
align-items: center;
}
.d-title .d-icon {
width: 20px;
height: 20px;
margin-right: 8px;
}
.d-count {
font-size: 16px;
color: #888;
}
/* 动态给每个 el-radio 设置不同的背景颜色 */ /* 动态给每个 el-radio 设置不同的背景颜色 */
.radio-disease .el-radio__label { .radio-disease .el-radio__label {

Loading…
Cancel
Save