feat(projects): 添加缓存主题色
This commit is contained in:
@ -36,6 +36,7 @@ const style = computed(() => {
|
||||
<style scoped>
|
||||
.soybean-layout__main {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
transition-property: padding-left;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
v-bind="commonProps"
|
||||
:fixed="fixedHeaderAndTab"
|
||||
:z-index="tabZIndex"
|
||||
:min-width="minWidth"
|
||||
:top="headerHeight"
|
||||
:height="tabHeight"
|
||||
:padding-left="siderWidth"
|
||||
@ -46,6 +47,7 @@
|
||||
v-bind="commonProps"
|
||||
:fixed="fixedFooter"
|
||||
:z-index="footerZIndex"
|
||||
:min-width="minWidth"
|
||||
:height="footerHeight"
|
||||
:padding-left="siderWidth"
|
||||
:style="footerTransform"
|
||||
|
||||
Reference in New Issue
Block a user