Commit 48a57fe7 authored by 刘用法's avatar 刘用法

完工页面样式

parent 04d4d1a3
......@@ -77,7 +77,7 @@
</u-form>
</scroll-view>
</view>
<view class="btn-wrap flex-xc btn-bottom">
<view :class="['btn-wrap', 'flex-xc', {'btn-bottom': tabIndex > 0}]">
<u-button class="btn-submit" @click="saveComplete"
type="primary" shape="circle" :custom-style="customStyle" :hover-class="submitStatus ? '' : 'none'">
暂存
......@@ -646,10 +646,12 @@
}
.u-menu-wrap {
flex: 1;
flex: 1;
height: 100%;
display: flex;
overflow: hidden;
border-radius: 12rpx 12rpx 0 0;
}
.u-search-inner {
......@@ -705,7 +707,8 @@
}
.right-box {
background-color: rgb(250, 250, 250);
// background-color: rgb(250, 250, 250);
background-color: #FFFFFF;
}
.page-view {
......
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