zmdms-webui 2.7.2 → 2.7.3

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.
@@ -90,6 +90,19 @@ button.ant-btn-default {
90
90
  }
91
91
  }
92
92
 
93
+ // 20251111 新增白色背景模式
94
+ button.zt-btn-white {
95
+ background-color: @bg-white;
96
+ color: @weight-3;
97
+ border-color: @weight-3;
98
+ &:focus,
99
+ &:active {
100
+ background-color: @bg-white;
101
+ color: @weight-3;
102
+ border-color: @weight-3;
103
+ }
104
+ }
105
+
93
106
  .ant-popover button.ant-btn-primary,
94
107
  button.zt-btn-primary,
95
108
  button.ant-btn-primary {
@@ -54,6 +54,9 @@
54
54
  margin-bottom: @margin-base;
55
55
  margin-right: @margin-base;
56
56
  }
57
+ &.btn-wrap--flex {
58
+ display: flex;
59
+ }
57
60
  }
58
61
 
59
62
  .ztxk-container--scroll-wrap {
@@ -360,3 +360,18 @@
360
360
  }
361
361
  }
362
362
  }
363
+
364
+ // 表格动态头部样式
365
+ .ztxk-table-dynamic--header {
366
+ margin-bottom: @margin-base;
367
+ > button {
368
+ margin-right: @margin-base;
369
+ &:last-child {
370
+ margin-right: 0;
371
+ }
372
+ &.ant-btn > .anticon + span,
373
+ &.ant-btn > span + .anticon {
374
+ margin-left: 2px;
375
+ }
376
+ }
377
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",