diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue
index b540792..d796bea 100644
--- a/src/components/dialog/index.vue
+++ b/src/components/dialog/index.vue
@@ -4,74 +4,29 @@
-
-
-
本业务需要授权
-
-
-
提交后将不可更改,您确定要提交吗?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ val }}
-
-
-
-
- {{ val }}
-
-
-
-
-
-
- 取 消
- 确 定
-
-
- 确 定
-
-
-
+
本业务需要授权
-
提交后将不可更改,您确认提交吗?
+ 提交后将不可更改,您确定要提交吗?
-
+
@@ -83,12 +38,12 @@
-
+
{{ val }}
-
+
{{ val }}
@@ -103,10 +58,75 @@
确 定
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- -->
+
+
@@ -423,6 +443,30 @@ export default {
\ No newline at end of file
diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue
index 57f89d9..0d00aa2 100644
--- a/src/pages/counter/list/index.vue
+++ b/src/pages/counter/list/index.vue
@@ -158,18 +158,19 @@
{{item.name}}
-
+
-
{{item.name}}
+
@@ -185,7 +186,7 @@
+ fit="scale-down">
{{item.name}}
@@ -204,13 +205,25 @@
-
+
+
{{item.name}}
-
+
+
{{item.name}}
@@ -218,7 +231,13 @@
-
+
+
{{item.name}}
@@ -227,13 +246,25 @@
-
+
+
{{item.name}}
-
+
+
{{item.name}}
@@ -242,7 +273,13 @@
-
+
+
{{item.name }}
@@ -250,7 +287,7 @@
@@ -3203,16 +3240,16 @@ export default {
.dia-header {
position: relative;
.data-title {
- height:30px;
- width: 200px;
+ height:50px;
+ width: 250px;
margin: 0 auto;
- line-height: 30px;
+ line-height: 50px;
text-align: center;
color: #fff;
font-size: 18px;
background: url(../../../assets/img/dia-title.png) 0 0 / cover no-repeat;
// background: url(../../../assets/img/dia-title.png);
- background-size: 200px 30px;
+ background-size: 250px 50px;
}
.close {
position: absolute;
@@ -3369,9 +3406,15 @@ export default {
.box{
border: 2px solid #e6e6e6;
width: 45%;
- min-height: 280px;
+ min-height: 40vh;
border-radius: 10px;
padding: 10px;
+
+ height: 100%;
+ // opacity: 0.5;
+ background: #FCFCFC;
+ border: 4px solid #DBDBDB;
+ border-radius: 16px;
}
.left{
display: flex;
@@ -3432,6 +3475,9 @@ export default {
}
.right{
margin-left: 5%;
+
+
+
}
.else{
width: 100%;
@@ -3461,6 +3507,9 @@ export default {
.dia-footer {
margin-top: 30px;
text-align: center;
+ button {
+ width: 10vw;
+ }
// button {
// width: 100px;
// line-height: 60px;
@@ -3535,11 +3584,14 @@ export default {
.box{
//background-color: red;
border: 2px solid #e6e6e6;
- height: 2vh;
- width: 45%;
- min-height: 280px;
+ min-height: 50vh;
border-radius: 10px;
padding: 10px;
+
+ // opacity: 0.5;
+ background: #FCFCFC;
+ border: 4px solid #DBDBDB;
+ border-radius: 16px;
}
.else{
width: 100%;
diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue
index a711ec2..c0deae7 100644
--- a/src/pages/index/list/index.vue
+++ b/src/pages/index/list/index.vue
@@ -10,11 +10,22 @@
-
综合柜台
+
综合柜台
+
+
+
+
+
+
+
国际结算部
+
+
+
+
+
+
大堂经理
-
-
@@ -115,6 +126,23 @@ export default {
\ No newline at end of file