@mc-markets/ui 1.1.51 → 1.1.53
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/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
background: var(--bg-tertiary-hover);
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
|
|
24
24
|
.el-select--small {
|
|
25
25
|
.el-select__wrapper {
|
|
26
26
|
padding: 8px 16px;
|
|
@@ -34,15 +34,14 @@
|
|
|
34
34
|
min-height: var(--el-component-size-large);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
}
|
|
38
|
-
// 下拉菜单样式 - 全局样式(仅在组件未定义时生效)
|
|
39
37
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
// 下拉菜单样式 - 全局样式(仅在组件未定义时生效)
|
|
39
|
+
|
|
40
|
+
.el-select__popper.el-popper.is-light {
|
|
41
|
+
box-shadow: none;
|
|
42
|
+
background: var(--bg-tertiary-hover);
|
|
43
|
+
border: 1px solid var(--border-primary);
|
|
44
|
+
}
|
|
46
45
|
.el-select-dropdown {
|
|
47
46
|
padding: 12px;
|
|
48
47
|
}
|
|
@@ -63,7 +62,7 @@
|
|
|
63
62
|
&.is-hovering {
|
|
64
63
|
background: var(--all-alphe-white-6, #ffffff0f);
|
|
65
64
|
}
|
|
66
|
-
&.is-selected{
|
|
65
|
+
&.is-selected {
|
|
67
66
|
color: var(--text-brand);
|
|
68
67
|
font-weight: 500;
|
|
69
68
|
}
|
|
@@ -73,4 +72,5 @@
|
|
|
73
72
|
border: none;
|
|
74
73
|
padding: 0px;
|
|
75
74
|
padding-bottom: 4px;
|
|
76
|
-
}
|
|
75
|
+
}
|
|
76
|
+
}
|