fix: tab style

This commit is contained in:
就眠儀式
2022-04-08 06:19:28 +08:00
parent b33eff4af9
commit 0990f8a7e3
4 changed files with 9 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ import { computed } from "vue";
import "./index.less";
export interface LayContainerProps {
fluid?: boolean | string;
fluid?: boolean | string;
}
const props = withDefaults(defineProps<LayContainerProps>(), {

View File

@@ -22,6 +22,9 @@
.layui-tab-head {
display: inline-block;
}
.layui-tab-card .layui-tab-head {
background-color: @global-neutral-color-1;
}
@@ -287,4 +290,4 @@
padding: 0 10px;
display: inline-block;
vertical-align: top;
}
}