+
-
+
-
+
+
-
+
+
-
+
-
+
::v-deep .el-input__inner {
/*text-align: center;*/
- padding-left: 1px;
- padding-right: 1px;
+ padding-left: 2px;
+ padding-right: 15px;
+}
+::v-deep .el-input__icon{
+ width: 15px; /* 输入框下拉箭头或清除图标 默认 25 */
}
-::v-deep .el-table th.el-table__cell {
- /*text-align: center;*/
- padding-left: 1px;
- padding-right: 1px;
+/* 表格 表头 列间距控制 */
+::v-deep .el-table th.el-table__cell>.cell{
+ text-align: center; /* 表格 表头 对齐方式,默认 left */
+ padding-right: 2px; /* 表格 表头 列间距控制,默认 10px */
+ padding-left: 2px; /* 表格 表头 列间距控制,默认 10px */
}
-::v-deep .el-table td.el-table__cell {
- padding-left: 1px;
- padding-right: 1px;
+/* 表格 表体 首列左间距控制 */
+::v-deep .el-table--border .el-table__cell:first-child .cell {
+ padding-left: 2px; /* 表格 表体 首列左间距控制,默认 10px */
}
-::v-deep .el-table .cell {
- padding-left: 1px;
- padding-right: 1px;
+/* 表格 行列间距控制 ,默认 10 px*/
+::v-deep .el-table__cell {
+ padding: 2px 2px 2px 2px; /* 上,右,下,左 */
+}
+
+
+::v-deep .cell {
+ padding-left: 2px;
+ padding-right: 2px;
}
::v-deep .el-icon-date:before {
diff --git a/src/components/report/PatientRegisterQueryNobtn.vue b/src/components/report/PatientRegisterQueryNobtn.vue
index bafd8f7..2f608f6 100644
--- a/src/components/report/PatientRegisterQueryNobtn.vue
+++ b/src/components/report/PatientRegisterQueryNobtn.vue
@@ -72,7 +72,7 @@
+ :close-on-click-modal="false" width="800px" height="600px">
diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue
index 8138ef6..70347a0 100644
--- a/src/components/sumDoctorCheck/ButtonList.vue
+++ b/src/components/sumDoctorCheck/ButtonList.vue
@@ -33,10 +33,15 @@
干预措施
-
-
+
+
+
+
diff --git a/src/views/report/checkStatus.vue b/src/views/report/checkStatus.vue
index f359e33..4962348 100644
--- a/src/views/report/checkStatus.vue
+++ b/src/views/report/checkStatus.vue
@@ -2,7 +2,7 @@