@flatbiz/antd 3.2.6 → 3.2.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.
package/cjs/index.css CHANGED
@@ -27,6 +27,13 @@ ul {
27
27
  clear: both;
28
28
  }
29
29
 
30
+ .dmw-popconfirm .ant-popconfirm-buttons {
31
+ display: flex;
32
+ justify-content: right;
33
+ }
34
+ .dmw-popconfirm .ant-popconfirm-buttons > .ant-btn:nth-child(1) {
35
+ margin-left: 0;
36
+ }
30
37
 
31
38
  .table-operate {
32
39
  padding: 0 5px;
@@ -94,6 +101,17 @@ ul {
94
101
  .v-dialog-confirm .ant-modal-header {
95
102
  margin: 0 !important;
96
103
  }
104
+ .v-dialog-confirm .ant-modal-header {
105
+ padding: 0;
106
+ border: none;
107
+ }
108
+ .v-dialog-confirm .ant-modal-content {
109
+ padding: 20px 24px;
110
+ }
111
+ .v-dialog-confirm .ant-modal-footer {
112
+ padding: 0;
113
+ border-top: none;
114
+ }
97
115
  .v-dialog-confirm .ant-modal-body {
98
116
  padding: 20px 0 15px 0;
99
117
  font-size: 16px;
@@ -373,22 +391,24 @@ ul {
373
391
  }
374
392
 
375
393
  .icon-wrapper {
376
- cursor: pointer;
377
394
  display: flex;
378
395
  align-items: center;
379
396
  padding: 6px;
380
397
  border-radius: 6px;
381
398
  margin: 0 -6px;
382
399
  }
383
- .icon-wrapper:hover {
400
+ .icon-wrapper .anticon + .icon-wrapper-text {
401
+ margin-left: 3px;
402
+ }
403
+ .icon-wrapper-tigger {
404
+ cursor: pointer;
405
+ }
406
+ .icon-wrapper-tigger:hover {
384
407
  transform: scale(1.1);
385
408
  transition: all ease-in 0.1s;
386
409
  position: relative;
387
410
  background-color: rgba(0, 0, 0, 0.06);
388
411
  }
389
- .icon-wrapper .anticon + .icon-wrapper-text {
390
- margin-left: 3px;
391
- }
392
412
  .icon-wrapper-small {
393
413
  font-size: 14px;
394
414
  }