Browse Source

样式修改

SunZehao 1 year ago
parent
commit
8778cde990

+ 3 - 3
src/components/assessment/assessmentApplicationPage.vue

@@ -275,14 +275,14 @@ export default {
         // 查询列表页面
         getassessmentApplicationList() {
             let that = this
-            // let userMes = JSON.parse(window.sessionStorage.getItem('user'))
+            let userMes = JSON.parse(window.sessionStorage.getItem('user'))
             let params = {
                 pageNum: that.page.currentPage,
                 pageSize: that.page.pagesize,
                 orderNumber: that.orderNumber,
                 deptName: that.departNameS,
-                // deptId: userMes.deptId,
-                deptId: '',
+                deptId: userMes.deptId,
+                // deptId: '',
                 annual: that.timeIds ? this.timeIds.substring(0, this.timeIds.indexOf('-')) : '',
                 declarationMonth: that.timeIds ? this.timeIds.substring(this.timeIds.indexOf('-')+1, this.timeIds.length)*1 : ''
             }

+ 4 - 1
src/components/assessment/evaluationAmendmentNewFrom.vue

@@ -669,12 +669,15 @@ export default {
                                         display: flex;
                                         height: 20px;
                                         margin: 5px 10px 0 10px;
-                                        width: 13%;
+                                        // width: 13%;
+                                        width: fit-content;
                                         img{
                                             margin-right: 5px;
                                             margin-top: 1px;
                                         }
                                         span{
+                                            width: 35px;
+                                            display: inline-block;
                                             font-size: 14px;
                                             font-family: Microsoft YaHei;
                                             font-weight: 400;

+ 4 - 1
src/components/assessment/evaluationStartNewFrom.vue

@@ -627,12 +627,15 @@ export default {
                                         display: flex;
                                         height: 20px;
                                         margin: 5px 10px 0 10px;
-                                        width: 5%;
+                                        // width: 5%;
+                                        width: fit-content;
                                         img{
                                             margin-right: 5px;
                                             margin-top: 1px;
                                         }
                                         span{
+                                            width: 35px;
+                                            display: inline-block;
                                             font-size: 14px;
                                             font-family: Microsoft YaHei;
                                             font-weight: 400;

+ 3 - 2
src/components/assessment/monthQuarterYearFrom.vue

@@ -636,14 +636,15 @@ export default {
                                         display: flex;
                                         height: 20px;
                                         margin: 5px 8px 0 8px;
-                                        width: 20%;
+                                        // width: 20%;
+                                        width: fit-content;
                                         img{
                                             margin-right: 5px;
                                             margin-top: 1px;
                                         }
                                         span{
                                             display: inline-block;
-                                            width: 50%;
+                                            width: 35px;
                                             font-size: 14px;
                                             font-family: Microsoft YaHei;
                                             font-weight: 400;

+ 3 - 2
src/components/taskCenter/taskCenterEvlNewFrom.vue

@@ -709,14 +709,15 @@ export default {
                                         display: flex;
                                         height: 20px;
                                         margin: 5px 8px 0 8px;
-                                        width: 20%;
+                                        // width: 20%;
+                                        width: fit-content;
                                         img{
                                             margin-right: 5px;
                                             margin-top: 1px;
                                         }
                                         span{
                                             display: inline-block;
-                                            width: 100%;
+                                            width: 35px;
                                             font-size: 14px;
                                             font-family: Microsoft YaHei;
                                             font-weight: 400;

+ 4 - 1
src/components/taskCenter/taskEvaluationStart.vue

@@ -620,12 +620,15 @@ export default {
                                         display: flex;
                                         height: 20px;
                                         margin: 5px 10px 0 10px;
-                                        width: 5%;
+                                        // width: 5%;
+                                        width: fit-content;
                                         img{
                                             margin-right: 5px;
                                             margin-top: 1px;
                                         }
                                         span{
+                                            width: 35px;
+                                            display: inline-block;
                                             font-size: 14px;
                                             font-family: Microsoft YaHei;
                                             font-weight: 400;