fix: tab style
This commit is contained in:
@@ -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>(), {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user