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

修改样式

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