zmdms-webui 3.1.7 → 3.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
/* 基础样式 */
|
|
39
|
+
|
|
39
40
|
// 表头颜色设置
|
|
40
41
|
.ant-table-thead > tr > th {
|
|
41
42
|
background: @title-head-bg;
|
|
@@ -341,6 +342,14 @@
|
|
|
341
342
|
opacity: 0.8;
|
|
342
343
|
}
|
|
343
344
|
}
|
|
345
|
+
// 表格标题栏
|
|
346
|
+
.ztxk-table-title {
|
|
347
|
+
background: @title-head-bg;
|
|
348
|
+
padding: 8px 5px;
|
|
349
|
+
border: 1px solid #f0f0f0;
|
|
350
|
+
border-bottom: none;
|
|
351
|
+
font-weight: 500;
|
|
352
|
+
}
|
|
344
353
|
}
|
|
345
354
|
|
|
346
355
|
.error-popover {
|
package/package.json
CHANGED