We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e9983 commit 27922ffCopy full SHA for 27922ff
frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue
@@ -92,7 +92,7 @@ useEmitt({
92
93
.active,
94
.more:hover {
95
- background: var(--ed-color-primary-1a, #1cba9033);
+ background: var(--ed-color-primary-1a, #1cba901a);
96
color: #0b4a3a;
97
}
98
frontend/src/components/filter-text/src/FilterText.vue
@@ -132,7 +132,7 @@ watch(
132
color: #0c296e;
133
font-size: 14px;
134
line-height: 22px;
135
- background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
136
border-radius: 2px;
137
margin: 0;
138
margin-right: 8px;
frontend/src/style.less
@@ -103,7 +103,7 @@ body {
103
104
105
&.active {
106
107
color: var(--ed-color-primary);
108
109
frontend/src/views/chat/chat-block/ChartBlock.vue
@@ -641,24 +641,24 @@ watch(
641
642
643
.chart-active {
644
- background: rgba(28, 186, 144, 0.1);
645
- color: rgba(28, 186, 144, 1);
+ background: var(--ed-color-primary-1a, rgba(28, 186, 144, 0.1));
+ color: var(--ed-color-primary, rgba(28, 186, 144, 1));
646
border-radius: 6px;
647
648
:deep(.ed-select__wrapper) {
649
background: transparent;
650
651
652
:deep(.ed-select__input) {
653
654
655
656
:deep(.ed-select__placeholder) {
657
658
659
660
:deep(.ed-select__caret) {
661
662
663
664
frontend/src/views/chat/chat-block/ChartPopover.vue
@@ -163,8 +163,8 @@ const handleDefaultChatChange = (val: any) => {
163
164
165
166
167
168
169
170
</style>
frontend/src/views/chat/chat-block/UserChat.vue
@@ -44,7 +44,7 @@ function clickPredict() {
44
white-space: pre-wrap;
45
46
.prefix-title {
47
48
white-space: nowrap;
49
50
frontend/src/views/dashboard/components/sq-view/index.vue
@@ -253,21 +253,21 @@ defineExpose({
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
frontend/src/views/system/appearance/index.vue
@@ -750,7 +750,7 @@ onUnmounted(() => {
750
751
752
.is-active {
753
754
755
756
.ed-button:not(.is-active) {
0 commit comments