diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue
index 1adf6fe..e8f0971 100644
--- a/src/pages/counter/list/index.vue
+++ b/src/pages/counter/list/index.vue
@@ -2050,13 +2050,13 @@ export default {
top: 0;
max-height: 13vh;
img {
- max-height: 10vh;
+ max-height: 8vh;
margin: auto;
margin-top: 1vh;
}
p {
- top: 5vh;
- line-height: 5vh;
+ top: 9vh;
+ line-height: 3vh;
font-size: 3vh;
}
}
diff --git a/src/pages/manage/index/index.vue b/src/pages/manage/index/index.vue
index e6c8558..8397fd7 100644
--- a/src/pages/manage/index/index.vue
+++ b/src/pages/manage/index/index.vue
@@ -5,7 +5,13 @@
@@ -64,7 +70,8 @@ export default {
display: flex;
min-width: 1300px;
margin-top: 70px;
- overflow: auto;
+ // overflow: auto;
+
.nav{
width: 270px;
height: 100%;
@@ -83,6 +90,9 @@ export default {
}
.body{
flex: 1;
+ .el-menu {
+ height: 100%;
+ }
}
}
.manage-layout{
@@ -137,14 +147,16 @@ export default {
/deep/ .is-error input {
border-color: #f40!important;;
}
+
+ $font_size_16: 16px;
/deep/ .text-xl p {
- font-size: 18px!important;
+ font-size: $font_size_16!important;
}
/deep/ .el-form-item .el-form-item__label {
- font-size: 18px!important;
+ font-size: $font_size_16!important;
}
/deep/ .el-menu-item {
- font-size: 18px;
+ font-size: $font_size_16;
}
// /deep/ .el-form-item__error {
// top: 105%;
@@ -152,7 +164,11 @@ export default {
// right: 0;
// color: #FFA94E;
// }
-
+ @media screen and (min-width: 1200px) and (max-width: 1700px) {
+ /deep/.el-input {
+ width: 15vw;
+ }
+ }
@media screen and (min-width: 1200px) and (max-width: 1900px) {
.box{
display: flex;
@@ -163,7 +179,7 @@ export default {
.nav{
width: 25vw;
height: 80vh;
- overflow: auto;
+ overflow: hidden;
border-top-left-radius: 20px;
display: flex;
flex-direction: column;
@@ -179,7 +195,10 @@ export default {
background: #222428;
}
.body{
- flex: 1;
+ // flex: 1;
+ // height: calc(80vh-10vh);
+ overflow: auto;
+ background-color: #313540;
}
}
.manage-layout{
@@ -218,5 +237,6 @@ export default {
}
}
}
+
}
\ No newline at end of file
diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue
index e00cda7..e97582e 100644
--- a/src/pages/manage/list/business/openAccount.vue
+++ b/src/pages/manage/list/business/openAccount.vue
@@ -268,10 +268,9 @@ export default {
for (var i = 0; i < list.length; i++) {
console.log(i)
const { answerId, emptyTwo } = list[i]
- if (answerId === '238') {this.form.customerName = emptyTwo}
- else if (answerId === '228') {this.form.customerNumber = emptyTwo}
+ if (answerId === '228') {this.form.customerNumber = emptyTwo}
else if (answerId === '84') {this.form.foreignCurrencyCertificate = emptyTwo}
- else if (answerId === '228') {this.form.clientNumber = emptyTwo}
+ else if (answerId === '238') {this.form.clientNumber = emptyTwo; console.log(emptyTwo)}
else if (answerId === '239') {this.form.foreignCurrencyBumber = emptyTwo}
else {
this.form[this.myTable[answerId].prop] = emptyTwo
diff --git a/src/pages/manage/navbar/index.vue b/src/pages/manage/navbar/index.vue
index dc254a0..c33ca30 100644
--- a/src/pages/manage/navbar/index.vue
+++ b/src/pages/manage/navbar/index.vue
@@ -1,42 +1,43 @@
-
+
+
\ No newline at end of file