ui修改
parent
b3189a9745
commit
62aec01550
|
|
@ -4,7 +4,8 @@
|
|||
<view class="nav-bar">
|
||||
<view class="nav-left">
|
||||
<text class="nav-title" @click="navBack">{{ title }} </text>
|
||||
<text class="arrow" @click="navBack"> ▶</text>
|
||||
<image style="width: 25rpx; height: 25rpx; margin-left: 8rpx; "
|
||||
@click="navBack" src="https://img.xiaoces.com/photos/next.png"/>
|
||||
<uni-drawer ref="showLeft" mode="left" :width="320" @change="change($event,'showLeft')">
|
||||
<view class="close">
|
||||
<button @click="closeDrawer('showLeft')"><text class="word-btn-white">暂未开发</text></button>
|
||||
|
|
@ -94,7 +95,7 @@
|
|||
|
||||
<script>
|
||||
import UniDividerText from "../../components/uni-divider/uni-divider-text.vue";
|
||||
import {isTodayDate} from "../../utils/agri";
|
||||
import {isTodayDate} from "@/utils/agri";
|
||||
export default {
|
||||
components: {
|
||||
UniDividerText
|
||||
|
|
@ -254,10 +255,6 @@ export default {
|
|||
font-size: 36rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
.arrow {
|
||||
font-size: 24rpx;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-right {
|
||||
|
|
|
|||
Loading…
Reference in New Issue