修改UAT提出的优化点

This commit is contained in:
范强强
2023-07-05 11:54:00 +08:00
parent 372c22b836
commit c0b33d0f6f
8 changed files with 64 additions and 20 deletions
+8
View File
@@ -289,4 +289,12 @@
width: 1rem;
margin-right: 0.2rem;
}
::v-deep .van-tabbar {
height: 74px !important;
align-items: baseline;
}
::v-deep .van-tabbar-item {
margin-top: 8px !important;
}
</style>
@@ -452,8 +452,11 @@
}
.header-buttom {
margin-top: 0.36rem;
margin-top: 0.16rem;
text-align: right;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.header-buttom-text {
@@ -467,11 +470,11 @@
opacity: 1;
display: inline-block;
margin-left: 0.2rem;
margin-bottom: 0.2rem;
}
.problemName {
display: flex;
margin-top: 0.16rem;
height: 1rem;
line-height: 1rem;
}
@@ -501,9 +504,14 @@
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #040B29;
width: 100%;
word-break: break-all;
}
::v-deep .content img {
max-width: 100% !important;
}
.contentFile {
margin-top: 0.2rem;
}
@@ -8,7 +8,7 @@
</div>
<van-collapse class="collapse" v-model="activeNames">
<van-collapse-item :title="$t('essentialInformation')" name="1">
<van-collapse-item :title="$t('basicInformation')" name="1">
<div class="content-box-type">
<span class="content-box-left">{{$t('entryName')}}</span>
<span class="content-box-text">{{queryForm.projectName+'-'+queryForm.projectVersion}}</span>
+11 -2
View File
@@ -6,8 +6,8 @@
</div>
<div class="content-box">
<form action="/">
<van-search v-model="value" @search="onSearch" left-icon="none" right-icon="search"
:placeholder="$t('phoneSearch')"/>
<van-search v-model="value" @search="onSearch" left-icon="none" right-icon="search"
:placeholder="$t('phoneSearch')"/>
</form>
</div>
<div class="content-box-value">
@@ -266,4 +266,13 @@
color: #00B3BE;
margin-top: 0.22rem;
}
::v-deep .van-tabbar {
height: 74px !important;
align-items: baseline;
}
::v-deep .van-tabbar-item {
margin-top: 8px !important;
}
</style>
+9 -7
View File
@@ -317,9 +317,10 @@
this.getList()
},
activeChange() {
this.searchValue = ''
this.value = ''
this.selectModelName = ''
this.searchValue = this.value
// this.searchValue = ''
// this.value = ''
// this.selectModelName = ''
if (this.activeTab == 'whole') {
this.list = []
} else if (this.activeTab == 'documentLibrary') {
@@ -350,8 +351,8 @@
query: {
id: item.id.slice(0, 32),
goRouter: '/phoneSearchList',
searchValue:this.value,
activeTab:this.activeTab
searchValue: this.value,
activeTab: this.activeTab
}
})
} else if (item.module_type_flag == 'WTZSK' || item.module_type_flag == 'ZSFX') {
@@ -362,8 +363,8 @@
query: {
id: id,
goRouter: '/phoneSearchList',
searchValue:this.value,
activeTab:this.activeTab
searchValue: this.value,
activeTab: this.activeTab
}
})
} else if (item.module_type_flag == 'FGYB') {
@@ -596,6 +597,7 @@
font-weight: 600;
color: #040B29;
font-size: 0.42rem;
word-break: break-all;
}
.content-box-type {
@@ -461,4 +461,13 @@
::v-deep .van-tabs__wrap--scrollable .van-tab {
padding: 0 0.1rem;
}
::v-deep .van-tabbar {
height: 74px !important;
align-items: baseline;
}
::v-deep .van-tabbar-item {
margin-top: 8px !important;
}
</style>
+14 -6
View File
@@ -425,12 +425,12 @@
}
},
activeChange() {
this.phoneQueryValue = ''
this.form = {
checked: false,
selectModel: '0',
flowType:[],
}
// this.phoneQueryValue = ''
// this.form = {
// checked: false,
// selectModel: '0',
// flowType:[],
// }
if (this.form.checked) {
this.form.mobileProcessing = '1'
} else {
@@ -1089,4 +1089,12 @@
background: #00B3BE;
color: #fff;
}
::v-deep .van-tabbar {
height: 74px !important;
align-items: baseline;
}
::v-deep .van-tabbar-item {
margin-top: 8px !important;
}
</style>