From 49e3612d8f4f0dbd3ce261b17f20ad59da59db55 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 22 十二月 2022 14:18:58 +0800
Subject: [PATCH] 日发运计划接口同步后台更新。数字键盘动作更新。主页、申请页列表功能按钮更新(撤回,编辑,删除)。完善页面细节
---
components/common/combined-title/combined-title.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/components/common/combined-title/combined-title.vue b/components/common/combined-title/combined-title.vue
index 0ff8ebb..cb6b1ad 100644
--- a/components/common/combined-title/combined-title.vue
+++ b/components/common/combined-title/combined-title.vue
@@ -9,7 +9,7 @@
{{title}}
</view>
</view>
-
+
<!-- 缁撳熬 -->
<view class="title_end" v-if="detailsPath != ''">
<view class="title_end_text" @click="toDetailsPath">
@@ -25,7 +25,7 @@
name:"combined-title",
data() {
return {
-
+
};
},
props:{
@@ -50,7 +50,7 @@
<style lang="scss" scope>
.title{
- width:91%;
+ width:94%;
margin:vww(16) auto ;
.title_wrapper{
height:vww(14);
@@ -81,4 +81,4 @@
}
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.1