提交 8c621da7 编写于 作者: jingqi.liu's avatar jingqi.liu

修改样式

上级 48d4d88f
<template> <template>
<section v-if="!isWeb" :class="isFixNavbar ? 'nav-top fixed' : 'nav-top'" :style="'height:' + navHeight"> <!-- v-if="!isWeb" -->
<section :class="isFixNavbar ? 'nav-top fixed' : 'nav-top'" :style="'height:' + navHeight">
<div <div
class="nav-part" class="nav-part"
:style="'background:' + bgColor + ';' :style="'background:' + bgColor + ';'
......
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
} }
} }
.page-wrapper { .page-wrapper {
padding-top: 94px; padding-top: 84px;
height: auto; height: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
background-color: #fff; background-color: #fff;
border-bottom: 1px solid #e7e8e7; // border-bottom: 1px solid #e7e8e7;
z-index: 111; z-index: 111;
.tab-item { .tab-item {
position: relative; position: relative;
......
...@@ -225,7 +225,7 @@ export default { ...@@ -225,7 +225,7 @@ export default {
} }
} }
.page-wrapper { .page-wrapper {
padding-top: 144px; padding-top: 134px;
height: 100vh; height: 100vh;
background-color: #f5f6f8; background-color: #f5f6f8;
display: flex; display: flex;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册