Skip to content

Commit 44b1387

Browse files
style: switch style
1 parent cb977a7 commit 44b1387

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ui/src/styles/element-plus.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,9 @@
391391
.el-upload {
392392
--el-upload-dragger-padding-horizontal: 32px;
393393
}
394+
395+
// el-switch
396+
.el-switch__core {
397+
border: 1px solid var(--app-border-color-dark);
398+
background: var(--app-border-color-dark);
399+
}

ui/src/views/tool/tool-store/ToolCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</el-tag>
3535
</template>
3636
<template #subTitle>
37-
<el-text class="color-secondary" size="small">
37+
<el-text class="color-secondary lighter" size="small">
3838
{{ getSubTitle(props.tool) }}
3939
</el-text>
4040
</template>

0 commit comments

Comments
 (0)