This commit is contained in:
shijingjing
2022-05-13 18:07:01 +08:00
parent f0d260d37a
commit 973b3b71a8
7 changed files with 29 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppHelpDeclaration">
<!-- <u-navbar title-width="300" title-size="34" :background="backgroundNavbar" back-icon-color="#fff" > </u-navbar> -->
<u-navbar title="帮扶申报" title-color="#FFF" title-width="300" title-size="26" :background="backgroundNavbar" back-icon-color="#fff" > </u-navbar>
<div class="title">
<span @click="$linkTo('./progress')">我的申请</span>
@@ -39,6 +39,7 @@
export default {
name: "AppHelpDeclaration",
appName: "帮扶申报",
customNavigation: true,
data() {
return {
backgroundNavbar: {
@@ -102,7 +103,7 @@ export default {
width: 320px;
height: 64px;
position: absolute;
top: -32px;
top: -30px;
left: 200px;
}
}