Commit 7922d52e by wsm

修改

parent 079646d7
......@@ -57,7 +57,7 @@ $base-menu-item-height: 50px;
//app-main的高度
$base-app-main-height: calc(
100vh - #{$base-nav-bar-height} - #{$base-tabs-bar-height} - #{$base-padding}
- #{$base-padding}
);
//纵向布局时左侧导航未折叠时的宽度
$base-left-menu-width: 256px;
......
<template>
<div>1111111</div>
<div>
<div class="tip">
*修改手机号之后需要重新关注公众号: 罗森供应商VIP,进行绑定激活
</div>
</div>
</template>
<script>
......@@ -8,4 +12,12 @@
}
</script>
<style></style>
<style lang="scss" scoped>
.tip {
width: 100%;
padding: 1vh 0.5vw;
box-sizing: border-box;
font-size: calc(100vh * 29 / 1920);
color: #e60000;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment