Files
safePower/src/style/main.scss

61 lines
1.1 KiB
SCSS
Raw Normal View History

2026-04-29 09:15:49 +08:00
@use '@/style/iconfont.css';
2026-06-08 09:19:44 +08:00
@use './transition.scss';
2026-04-29 09:15:49 +08:00
.html-grey {
filter: grayscale(100%);
}
.html-weakenss {
filter: invert(80%);
}
.gva-table-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2;
.el-table {
@apply border-x border-t border-b-0 rounded border-table-border border-solid -mx-[1px];
}
}
.gva-btn-list {
@apply mb-3 flex items-center flex-wrap gap-2;
2026-06-08 09:19:44 +08:00
.el-button + .el-button {
2026-04-29 09:15:49 +08:00
@apply ml-0 !important;
}
2026-06-08 09:19:44 +08:00
.el-upload {
.el-button {
2026-04-29 09:15:49 +08:00
@apply ml-0 !important;
}
}
}
#nprogress .bar {
background: #29d !important;
}
.gva-customer-icon {
@apply w-4 h-4;
}
::-webkit-scrollbar {
@apply hidden;
}
.gva-search-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2;
2026-06-08 09:19:44 +08:00
padding-bottom: 0;
2026-04-29 09:15:49 +08:00
}
.gva-form-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
background: var(--el-color-primary-bg) !important;
}
.el-dropdown {
outline: none;
* {
outline: none;
}
}