@aloudata/aloudata-design 1.6.0 → 1.6.2

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.
@@ -112,9 +112,9 @@
112
112
  cursor: default;
113
113
  opacity: 0.5;
114
114
 
115
- .ald-radio-desc {
116
- color: @NL60;
117
- }
115
+ // .ald-radio-desc {
116
+ // color: @NL60;
117
+ // }
118
118
  }
119
119
 
120
120
  .ald-radio-button-wrapper-border-primary,
@@ -192,7 +192,7 @@
192
192
  // 按钮样式禁用的文字颜色
193
193
  .ald-radio-wrapper-disabled {
194
194
  .ald-radio-desc {
195
- color: @NL80;
195
+ color: @NL0;
196
196
  }
197
197
  }
198
198
 
@@ -264,7 +264,7 @@
264
264
 
265
265
  .ald-radio-desc {
266
266
  position: relative;
267
- color: @ND0;
267
+ color: @NL0;
268
268
  transition: text-shadow 0.3s ease, color 0.3s ease;
269
269
  }
270
270
  }
@@ -310,7 +310,7 @@
310
310
  }
311
311
 
312
312
  .ald-radio-desc {
313
- font-weight: 600;
313
+ font-weight: 400;
314
314
  }
315
315
  }
316
316
 
@@ -325,7 +325,7 @@
325
325
 
326
326
  .ald-radio-desc {
327
327
  position: relative;
328
- font-weight: 600;
328
+ font-weight: 400;
329
329
  z-index: 2;
330
330
  color: @NL0;
331
331
  }
@@ -1,6 +1,7 @@
1
1
  /* stylelint-disable no-descending-specificity */
2
2
  @import './variables.less';
3
3
  @import '../../Empty/style/index.less';
4
+ @import '../../Checkbox/style/index.less';
4
5
  @import './multiple.less';
5
6
  @import './single.less';
6
7
  @import './size.less';
@@ -2,17 +2,19 @@
2
2
 
3
3
  .ald-tooltip-overlay.ald-tooltip-overlay {
4
4
  .ant-tooltip-inner {
5
- padding: 6px 12px;
6
- line-height: 20px;
5
+ padding: 6px 8px;
6
+ line-height: 16px;
7
7
  background: @BG10;
8
- border-radius: 4px;
8
+ border-radius: 2px;
9
9
  box-shadow: none;
10
- color:@ND0;
11
- font-size: 13px;
10
+ color: @ND0;
11
+ font-weight: 400;
12
+ font-size: 12px;
13
+ min-height: 28px;
12
14
  }
13
15
 
14
16
  .ant-tooltip-arrow {
15
- &::before{
17
+ &::before {
16
18
  background-color: @BG10;
17
19
  }
18
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",