修改调整页面样式
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<my-switch v-model="category.useTime"></my-switch>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="category.useTime" class="u-flex u-row-between u-col-center u-m-t-30 u-p-b-12">
|
||||
<view v-if="category.useTime" class="u-flex u-row-between u-col-center u-m-t-16 ">
|
||||
<view class="u-flex timesel" @click="changeTime('start')">
|
||||
<up-icon name="clock" size="14"></up-icon>
|
||||
<view class="u-m-l-20">
|
||||
@@ -468,6 +468,7 @@
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
@import '@/commons/style/reset-uni-form.scss';
|
||||
$icon-size: 34rpx;
|
||||
$icon-line-width: 20rpx;
|
||||
$icon-line-height: 4rpx;
|
||||
@@ -563,7 +564,7 @@
|
||||
}
|
||||
::v-deep .uni-forms-item--border{
|
||||
padding-top: 12px;
|
||||
padding-bottom: 16px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
.box {
|
||||
font-size: 28rpx;
|
||||
@@ -571,7 +572,7 @@
|
||||
.block {
|
||||
background: #FFFFFF;
|
||||
border-radius: 12rpx 18rpx 0 18rpx;
|
||||
padding: 12rpx 24rpx;
|
||||
padding: 32rpx 24rpx 8rpx 24rpx;
|
||||
margin-bottom: 32rpx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user