no message
Former-commit-id: 0a96bb54e9270e451e59b72e00e35053a7c0e152 Former-commit-id: c250ba90da6546626b9831847630aae786c88344 Former-commit-id: c1182b1bdc6ea9b3934275286a93e2760a643bfe
This commit is contained in:
29
src/assets/style/theme/default.scss
Normal file
29
src/assets/style/theme/default.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
@import '~@/assets/style/public.scss';
|
||||
|
||||
// 默认主题
|
||||
.layout-main {
|
||||
&.default {
|
||||
// [全局设置]
|
||||
// 关闭所有卡片的阴影
|
||||
.el-card {
|
||||
box-shadow: none;
|
||||
&:hover {
|
||||
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
|
||||
}
|
||||
}
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
// [布局]
|
||||
.el-header {
|
||||
padding: 0px;
|
||||
}
|
||||
.el-container {
|
||||
.el-aside {
|
||||
|
||||
}
|
||||
.el-main {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user