-
- 疾病信息 - 药品信息 - 检查信息 +
+
+ 疾病信息 + 药品信息 + 检查信息 +
+
{{diseaseCount.toLocaleString()}}种
+
{{ drugCount.toLocaleString() }}种
+
{{checkCount.toLocaleString()}}种
+
+
+
+ + +
-
{{diseaseCount.toLocaleString()}}种
-
{{ drugCount.toLocaleString() }}种
-
{{checkCount.toLocaleString()}}种
@@ -1331,8 +1343,8 @@ button:hover { color: #fff; display: flex; align-items: center; - padding: 0 15px; - justify-content: flex-start; + padding: 0 2px 0px 15px; + justify-content: space-between; } .d-title{ display: flex; @@ -1455,4 +1467,25 @@ button:hover { /deep/ .radio-check .el-radio__input.is-checked+.el-radio__label { color: #1890ff; } +.select-container { + position: relative; + text-align: right; + display: flex; + align-items: center; +} + +select { + padding: 4px 12px; + border-radius: 20px; + background-color: rgba(255, 255, 255); + font-size: 12px; + appearance: none; /* 移除默认下拉箭头 */ + -webkit-appearance: none; + cursor: pointer; + height: 25px; + border: none; +} +select:focus { + outline: none; +} \ No newline at end of file