linkmore-design 1.1.23 → 1.1.25

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.
@@ -122,6 +122,7 @@
122
122
  gap: 8px;
123
123
  }
124
124
  .lm_upload_wrapper .lm_upload_core {
125
+ position: relative;
125
126
  display: inline-flex;
126
127
  vertical-align: middle;
127
128
  }
@@ -136,6 +137,12 @@
136
137
  cursor: pointer;
137
138
  transition: all 0.3s;
138
139
  }
140
+ .lm_upload_wrapper .lm_upload_core .lm_upload_core_picture::after {
141
+ position: absolute;
142
+ background-color: var(--disabled-bg-color);
143
+ cursor: not-allowed;
144
+ inset: 0;
145
+ }
139
146
  .lm_upload_wrapper .lm_upload_core .lm_upload_core_picture:hover {
140
147
  border-color: var(--primary-color);
141
148
  }
@@ -151,6 +158,16 @@
151
158
  margin-top: var(--gap);
152
159
  color: var(--color-45);
153
160
  }
161
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture {
162
+ border-color: var(--disabled-border-color);
163
+ }
164
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture::after {
165
+ content: '';
166
+ }
167
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture .lm_upload_core_picture_action .action_plus,
168
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture .lm_upload_core_picture_action .tip {
169
+ color: var(--disabled-font-color);
170
+ }
154
171
  .lm_upload_wrapper .lm_upload_progress {
155
172
  width: 100%;
156
173
  height: 2px;
@@ -101,7 +101,8 @@ var CLMTreeSelect = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
101
101
  className: 'lm_tree_select',
102
102
  value: resetValue,
103
103
  size: mergeSize,
104
- disabled: mergedDisabled
104
+ disabled: mergedDisabled,
105
+ treeData: treeData
105
106
  }, resetProps), children);
106
107
  });
107
108
  var LMTreeSelect = CLMTreeSelect;
@@ -9784,6 +9784,9 @@ p {
9784
9784
  padding-left: 8px;
9785
9785
  padding-right: 8px;
9786
9786
  }
9787
+ .lm_editTable_warpper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
9788
+ background-color: rgba(0, 0, 0, 0.06) !important;
9789
+ }
9787
9790
  .lm_editTable_warpper .ant-picker {
9788
9791
  height: 24px !important;
9789
9792
  padding: 2px 8px;
@@ -11877,6 +11880,7 @@ button.ant-table-row-expand-icon::after {
11877
11880
  gap: 8px;
11878
11881
  }
11879
11882
  .lm_upload_wrapper .lm_upload_core {
11883
+ position: relative;
11880
11884
  display: inline-flex;
11881
11885
  vertical-align: middle;
11882
11886
  }
@@ -11891,6 +11895,12 @@ button.ant-table-row-expand-icon::after {
11891
11895
  cursor: pointer;
11892
11896
  transition: all 0.3s;
11893
11897
  }
11898
+ .lm_upload_wrapper .lm_upload_core .lm_upload_core_picture::after {
11899
+ position: absolute;
11900
+ background-color: var(--disabled-bg-color);
11901
+ cursor: not-allowed;
11902
+ inset: 0;
11903
+ }
11894
11904
  .lm_upload_wrapper .lm_upload_core .lm_upload_core_picture:hover {
11895
11905
  border-color: var(--primary-color);
11896
11906
  }
@@ -11906,6 +11916,16 @@ button.ant-table-row-expand-icon::after {
11906
11916
  margin-top: var(--gap);
11907
11917
  color: var(--color-45);
11908
11918
  }
11919
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture {
11920
+ border-color: var(--disabled-border-color);
11921
+ }
11922
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture::after {
11923
+ content: '';
11924
+ }
11925
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture .lm_upload_core_picture_action .action_plus,
11926
+ .lm_upload_wrapper .lm_upload_core.disabled .lm_upload_core_picture .lm_upload_core_picture_action .tip {
11927
+ color: var(--disabled-font-color);
11928
+ }
11909
11929
  .lm_upload_wrapper .lm_upload_progress {
11910
11930
  width: 100%;
11911
11931
  height: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkmore-design",
3
- "version": "1.1.23",
3
+ "version": "1.1.25",
4
4
  "author": {
5
5
  "name": "nowthen",
6
6
  "email": "rnlvwyx@gmail.com"