项目名称修改,零推广表格12px

master
wyj2080 6 years ago
parent 9e0beb1106
commit e42c07741f

@ -3,7 +3,7 @@
<Layout :style="{minHeight: '100vh'}"> <Layout :style="{minHeight: '100vh'}">
<Sider collapsible :collapsed-width="78" v-model="isCollapsed" :hide-trigger="true" > <Sider collapsible :collapsed-width="78" v-model="isCollapsed" :hide-trigger="true" >
<div style="margin: 40px 0 20px 20px;font-weight: bold;font-size: 30px;color: #ffffff;"> <div style="margin: 40px 0 20px 10px;font-weight: bold;font-size: 30px;color: #ffffff;">
<Poptip placement="bottom-start" width="200" :offset="-8"> <Poptip placement="bottom-start" width="200" :offset="-8">
<img src="../../static/img/avatar.png" style="width: 32px;vertical-align: middle;cursor: pointer"/> <img src="../../static/img/avatar.png" style="width: 32px;vertical-align: middle;cursor: pointer"/>
<div slot="content"> <div slot="content">
@ -13,7 +13,7 @@
</div> </div>
</div> </div>
</Poptip> </Poptip>
<span class="project-title">拓客营销</span> <span class="project-title">优客后台管理</span>
</div> </div>
<Menu ref="menu" :active-name="selectedItemName" :open-names="openName" theme="dark" width="auto" <Menu ref="menu" :active-name="selectedItemName" :open-names="openName" theme="dark" width="auto"
@ -355,7 +355,7 @@
} }
/*项目标题*/ /*项目标题*/
.project-title{ .project-title{
font-size: 24px; font-size: 22px;
margin-left: 15px; margin-left: 15px;
} }
/*退出登入*/ /*退出登入*/

@ -3,7 +3,7 @@
<div class="center"> <div class="center">
<div style="height: 110px;"> <div style="height: 110px;">
<!-- <img src="../../static/img/logo-title.png" style="width: 128px;height: 35px;margin-bottom: 8px;" mode="aspectFit"/>--> <!-- <img src="../../static/img/logo-title.png" style="width: 128px;height: 35px;margin-bottom: 8px;" mode="aspectFit"/>-->
<h1 class="ks-font-color" style="font-size: 30px;">门店拓客</h1> <h1 class="ks-font-color" style="font-size: 30px;">优客后台管理</h1>
</div> </div>
<Card> <Card>

@ -104,7 +104,7 @@
totalSize: 0, totalSize: 0,
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 15,
} }
}, },
@ -300,4 +300,7 @@
.left-15{ .left-15{
margin-left: 15px; margin-left: 15px;
} }
/deep/ .ivu-table{
font-size: 12px;
}
</style> </style>

Loading…
Cancel
Save