diff --git a/src/components/ProgressBar.vue b/src/components/ProgressBar.vue
index f6b7036..973a550 100644
--- a/src/components/ProgressBar.vue
+++ b/src/components/ProgressBar.vue
@@ -1,24 +1,28 @@
+
+
+ class="progress-item pay-in-full" v-if="data.allPayment !== 0">
{{ data.allPayment }}
+
+ class="progress-item partial-payment" v-if="data.partPayment !== 0">
{{ data.partPayment }}
+ class="progress-item non-payment" v-if="data.notPayment !== 0">
{{ data.notPayment }}
+
0
@@ -60,8 +64,12 @@ export default {
}
}
+.no-display {
+ display: none;
+}
+
.full-and-partial {
- background: linear-gradient(0deg,#0075a9 0%, #008dcc 100%);
+ background: linear-gradient(0deg, #0075a9 0%, #008dcc 100%);
display: flex;
border-radius: 10px;
box-sizing: border-box;
@@ -77,11 +85,11 @@ export default {
}
.pay-in-full {
- background: linear-gradient(0deg,#069f99 0%, #07b1aa 100%);
+ background: linear-gradient(0deg, #069f99 0%, #07b1aa 100%);
}
.partial-payment {
- background: linear-gradient(0deg,#0075a9 0%, #008dcc 100%);
+ background: linear-gradient(0deg, #0075a9 0%, #008dcc 100%);
}
.non-payment {
diff --git a/src/components/company/CompanySelect.vue b/src/components/company/CompanySelect.vue
index 56557d1..0747a71 100644
--- a/src/components/company/CompanySelect.vue
+++ b/src/components/company/CompanySelect.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue
index 1a610a4..5b0d061 100644
--- a/src/components/layouts/UserLayout.vue
+++ b/src/components/layouts/UserLayout.vue
@@ -61,8 +61,8 @@
overflow: auto;
.container {
width: 100%;
- min-width: 1366px;
- min-height: 768px;
+ min-width: 1300px;
+ min-height: 600px;
height: 100%;
overflow: hidden;
position: relative;
diff --git a/src/components/tools/DynamicNotice.vue b/src/components/tools/DynamicNotice.vue
index 7539a02..95483ce 100644
--- a/src/components/tools/DynamicNotice.vue
+++ b/src/components/tools/DynamicNotice.vue
@@ -7,35 +7,39 @@
\ No newline at end of file
diff --git a/src/views/packManagement/PackCompanyList.vue b/src/views/packManagement/PackCompanyList.vue
index 78a7eef..7896eef 100644
--- a/src/views/packManagement/PackCompanyList.vue
+++ b/src/views/packManagement/PackCompanyList.vue
@@ -31,7 +31,7 @@
diff --git a/src/views/system/DepartList.vue b/src/views/system/DepartList.vue
index dc9f602..19c292b 100644
--- a/src/views/system/DepartList.vue
+++ b/src/views/system/DepartList.vue
@@ -24,7 +24,8 @@
取消选择
-
+
@@ -504,7 +505,7 @@ export default {
this.form.resetFields()
this.selectedKeys = []
//取消选择 清除选中部门id
- this.$refs.DeptUserInfo.cancelSelect()
+ // this.$refs.DeptUserInfo.cancelSelect()
// 暂时注释(部门权限组件)没用 2021-08-24
// this.$refs.departAuth.departId = ''
},
@@ -736,4 +737,11 @@ export default {
background: #fff;
border-radius: 0 0 2px 2px;
}
+
+//解决组织机构名称很长的时候文字无法隐藏的问题
+/deep/ .ant-tree li .ant-tree-node-content-wrapper {
+ max-width: 235%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
diff --git a/src/views/system/modules/UserRoleModal.vue b/src/views/system/modules/UserRoleModal.vue
index 6bc85f6..17c100f 100644
--- a/src/views/system/modules/UserRoleModal.vue
+++ b/src/views/system/modules/UserRoleModal.vue
@@ -81,11 +81,12 @@
}
},
methods: {
- onTreeNodeSelect(id){
- if(id && id.length>0){
- this.selectedKeys = id
- }
- this.$refs.datarule.show(this.selectedKeys[0],this.roleId)
+ onTreeNodeSelect(){
+ // id
+ // if(id && id.length>0){
+ // this.selectedKeys = id
+ // }
+ // this.$refs.datarule.show(this.selectedKeys[0],this.roleId)
},
onCheck (o) {
if(this.checkStrictly){
diff --git a/src/views/user/Login.vue b/src/views/user/Login.vue
index c36b422..2f36979 100644
--- a/src/views/user/Login.vue
+++ b/src/views/user/Login.vue
@@ -326,7 +326,7 @@ export default {
z-index: 99;
width: 50%;
box-sizing: border-box;
- height: 60%;
+ height: 80%;
position: absolute;
right: 0;
top: 50%;
@@ -336,11 +336,12 @@ export default {
height: 100%;
overflow: hidden;
display: flex;
- justify-content: space-between;
+ justify-content: center;
flex-direction: column;
.title{
display: flex;
justify-content: center;
+ margin-bottom: 10px;
img{
width: 395px;
height: 124px;
@@ -366,7 +367,7 @@ export default {
}
}
/deep/.ant-row{
- margin-bottom: 0 !important;
+ margin-bottom: 4px!important;
}
/deep/.ant-input-affix-wrapper .ant-input{
border-radius: 30px;
diff --git a/src/views/user/alteration/Alteration.vue b/src/views/user/alteration/Alteration.vue
index cadad78..bc539ce 100644
--- a/src/views/user/alteration/Alteration.vue
+++ b/src/views/user/alteration/Alteration.vue
@@ -315,7 +315,7 @@ export default {
}
.alteration-content {
- margin: auto;
+ //margin: auto;
width: 1000px;
display: flex;
justify-content: center;