mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
style: switch style
This commit is contained in:
parent
cb977a71ec
commit
44b1387635
|
|
@ -391,3 +391,9 @@
|
|||
.el-upload {
|
||||
--el-upload-dragger-padding-horizontal: 32px;
|
||||
}
|
||||
|
||||
// el-switch
|
||||
.el-switch__core {
|
||||
border: 1px solid var(--app-border-color-dark);
|
||||
background: var(--app-border-color-dark);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</el-tag>
|
||||
</template>
|
||||
<template #subTitle>
|
||||
<el-text class="color-secondary" size="small">
|
||||
<el-text class="color-secondary lighter" size="small">
|
||||
{{ getSubTitle(props.tool) }}
|
||||
</el-text>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue