style:统计样式修改
Showing
21 changed files
with
187 additions
and
249 deletions
| 1 | @import './variables.scss'; | 1 | @import './variables.scss'; |
| 2 | @import './mixin.scss'; | 2 | @import './mixin.scss'; |
| 3 | @import './transition.scss'; | 3 | @import './transition.scss'; |
| 4 | |||
| 4 | // @import './element-ui.scss'; | 5 | // @import './element-ui.scss'; |
| 5 | /* CSS 初始化 */ | 6 | /* CSS 初始化 */ |
| 6 | html, | 7 | html, |
| ... | @@ -430,16 +431,6 @@ aside { | ... | @@ -430,16 +431,6 @@ aside { |
| 430 | border-radius: 16px; | 431 | border-radius: 16px; |
| 431 | color: #B06974; | 432 | color: #B06974; |
| 432 | } | 433 | } |
| 433 | |||
| 434 | // 弹框中间区域样式 | ||
| 435 | .dialogCon { | ||
| 436 | background: #031A46; | ||
| 437 | box-shadow: inset 0px 0px 12px 0px #02D9FD; | ||
| 438 | border-radius: 0px 2px 2px 2px; | ||
| 439 | border: 1px solid #6BC1FC; | ||
| 440 | padding: 15px; | ||
| 441 | } | ||
| 442 | |||
| 443 | // 通过 入库 样式 | 434 | // 通过 入库 样式 |
| 444 | .adopt, | 435 | .adopt, |
| 445 | .success { | 436 | .success { | ... | ... |
| ... | @@ -535,8 +535,12 @@ table td { | ... | @@ -535,8 +535,12 @@ table td { |
| 535 | 535 | ||
| 536 | // 提示框 | 536 | // 提示框 |
| 537 | .el-message-box { | 537 | .el-message-box { |
| 538 | background-color: #031a46; | 538 | background: #031A46; |
| 539 | border: 1px solid #5f82c7; | 539 | -webkit-box-shadow: inset 0px 0px 12px 0px #02d9fd; |
| 540 | box-shadow: inset 0px 0px 12px 0px #02d9fd; | ||
| 541 | border-radius: 0px 2px 2px 2px; | ||
| 542 | border: 1px solid #6BC1FC; | ||
| 543 | padding: 15px; | ||
| 540 | 544 | ||
| 541 | .el-message-box__title { | 545 | .el-message-box__title { |
| 542 | color: white; | 546 | color: white; | ... | ... |
| ... | @@ -243,49 +243,6 @@ | ... | @@ -243,49 +243,6 @@ |
| 243 | text-align: right; | 243 | text-align: right; |
| 244 | } | 244 | } |
| 245 | 245 | ||
| 246 | // 修改弹框样式 | ||
| 247 | .modifydialog { | ||
| 248 | .el-dialog__header { | ||
| 249 | text-align: center; | ||
| 250 | margin-bottom: 10px; | ||
| 251 | |||
| 252 | .el-dialog__title { | ||
| 253 | color: white; | ||
| 254 | } | ||
| 255 | } | ||
| 256 | |||
| 257 | .el-form-item__label { | ||
| 258 | color: white; | ||
| 259 | } | ||
| 260 | |||
| 261 | .el-input__inner { | ||
| 262 | background-color: #07388b; | ||
| 263 | } | ||
| 264 | |||
| 265 | .el-input__inner { | ||
| 266 | background: #07388b; | ||
| 267 | border-radius: 2px; | ||
| 268 | border: 1px solid #6bc1fc; | ||
| 269 | } | ||
| 270 | |||
| 271 | .el-textarea__inner { | ||
| 272 | background: #07388b; | ||
| 273 | color: #fff; | ||
| 274 | } | ||
| 275 | |||
| 276 | .el-form-item__label { | ||
| 277 | color: #fff; | ||
| 278 | } | ||
| 279 | |||
| 280 | .el-dialog__header { | ||
| 281 | text-align: center; | ||
| 282 | margin-bottom: 10px; | ||
| 283 | |||
| 284 | .el-dialog__title { | ||
| 285 | color: white; | ||
| 286 | } | ||
| 287 | } | ||
| 288 | } | ||
| 289 | 246 | ||
| 290 | // 角色管理人员菜单配置弹框样式 | 247 | // 角色管理人员菜单配置弹框样式 |
| 291 | .roleconfiguration { | 248 | .roleconfiguration { |
| ... | @@ -1015,6 +972,39 @@ | ... | @@ -1015,6 +972,39 @@ |
| 1015 | 972 | ||
| 1016 | // 人员管理角色管理菜单管理修改新增弹框样式 | 973 | // 人员管理角色管理菜单管理修改新增弹框样式 |
| 1017 | .PersonnelDialog { | 974 | .PersonnelDialog { |
| 975 | |||
| 976 | .el-dialog__header { | ||
| 977 | text-align: center; | ||
| 978 | margin-bottom: 10px; | ||
| 979 | |||
| 980 | .el-dialog__title { | ||
| 981 | color: white; | ||
| 982 | } | ||
| 983 | } | ||
| 984 | |||
| 985 | .el-form-item__label { | ||
| 986 | color: white; | ||
| 987 | } | ||
| 988 | |||
| 989 | .el-input__inner { | ||
| 990 | background-color: #07388b; | ||
| 991 | } | ||
| 992 | |||
| 993 | .el-input__inner { | ||
| 994 | background: #07388b; | ||
| 995 | border-radius: 2px; | ||
| 996 | border: 1px solid #6bc1fc; | ||
| 997 | } | ||
| 998 | |||
| 999 | .el-textarea__inner { | ||
| 1000 | background: #07388b; | ||
| 1001 | color: #fff; | ||
| 1002 | } | ||
| 1003 | |||
| 1004 | .el-form-item__label { | ||
| 1005 | color: #fff; | ||
| 1006 | } | ||
| 1007 | |||
| 1018 | .el-dialog__header { | 1008 | .el-dialog__header { |
| 1019 | .dialog_title { | 1009 | .dialog_title { |
| 1020 | display: -webkit-box; | 1010 | display: -webkit-box; |
| ... | @@ -1044,4 +1034,72 @@ | ... | @@ -1044,4 +1034,72 @@ |
| 1044 | .selbig { | 1034 | .selbig { |
| 1045 | width: 500px; | 1035 | width: 500px; |
| 1046 | } | 1036 | } |
| 1037 | |||
| 1038 | } | ||
| 1039 | |||
| 1040 | // 弹框中间区域样式 | ||
| 1041 | .dialogCon { | ||
| 1042 | background: #031A46; | ||
| 1043 | box-shadow: inset 0px 0px 12px 0px #02D9FD; | ||
| 1044 | border-radius: 0px 2px 2px 2px; | ||
| 1045 | border: 1px solid #6BC1FC; | ||
| 1046 | padding: 15px; | ||
| 1047 | } | ||
| 1048 | |||
| 1049 | // 修改密码界面样式 | ||
| 1050 | .informationpassword { | ||
| 1051 | margin: 36px 200px; | ||
| 1052 | overflow-y: auto; | ||
| 1053 | |||
| 1054 | .form-wrapper { | ||
| 1055 | padding: 24px 120px 0px; | ||
| 1056 | |||
| 1057 | .el-form-item { | ||
| 1058 | margin-bottom: 24px; | ||
| 1059 | |||
| 1060 | .el-form-item__label { | ||
| 1061 | color: #ffffff; | ||
| 1062 | } | ||
| 1063 | |||
| 1064 | .el-input .el-input__inner { | ||
| 1065 | padding: 0 8px; | ||
| 1066 | height: 40px; | ||
| 1067 | line-height: 40px; | ||
| 1068 | border: 1px solid #6bc1fc; | ||
| 1069 | } | ||
| 1070 | } | ||
| 1071 | } | ||
| 1072 | |||
| 1073 | .bottom-wrapper { | ||
| 1074 | padding: 32px 120px 24px; | ||
| 1075 | text-align: center; | ||
| 1076 | } | ||
| 1047 | } | 1077 | } |
| 1078 | |||
| 1079 | // 修改基本信息界面样式 | ||
| 1080 | .informationbase { | ||
| 1081 | margin: 0.1875rem 1.0417rem; | ||
| 1082 | overflow-y: auto; | ||
| 1083 | .form-wrapper { | ||
| 1084 | padding: 0px 120px 0px; | ||
| 1085 | .el-form-item { | ||
| 1086 | /deep/.el-form-item__label { | ||
| 1087 | color: #ffffff; | ||
| 1088 | } | ||
| 1089 | ::v-deep .el-input .el-input__inner { | ||
| 1090 | padding: 0 8px; | ||
| 1091 | height: 40px; | ||
| 1092 | line-height: 40px; | ||
| 1093 | border: 1px solid #6bc1fc; | ||
| 1094 | } | ||
| 1095 | } | ||
| 1096 | .el-form-item--small.el-form-item { | ||
| 1097 | margin-bottom: 16px; | ||
| 1098 | } | ||
| 1099 | } | ||
| 1100 | .bottom-wrapper { | ||
| 1101 | padding: 0px 120px 0px; | ||
| 1102 | text-align: center; | ||
| 1103 | } | ||
| 1104 | } | ||
| 1105 | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -42,8 +42,8 @@ | ... | @@ -42,8 +42,8 @@ |
| 42 | </template> | 42 | </template> |
| 43 | 43 | ||
| 44 | <script> | 44 | <script> |
| 45 | import sjsbTask from '@/api/sjsbTask.js' | 45 | import sjsbTask from '@/api/sjsbTask.js' |
| 46 | export default { | 46 | export default { |
| 47 | props: { | 47 | props: { |
| 48 | value: { type: Boolean, default: false }, | 48 | value: { type: Boolean, default: false }, |
| 49 | taskData: { | 49 | taskData: { |
| ... | @@ -145,33 +145,33 @@ export default { | ... | @@ -145,33 +145,33 @@ export default { |
| 145 | } | 145 | } |
| 146 | } | 146 | } |
| 147 | } | 147 | } |
| 148 | } | 148 | } |
| 149 | </script> | 149 | </script> |
| 150 | <style rel="stylesheet/scss" lang="scss" scoped> | 150 | <style rel="stylesheet/scss" lang="scss" scoped> |
| 151 | /deep/.dialogBox .dialog_title { | 151 | // /deep/.dialogBox .dialog_title { |
| 152 | margin-left: 5px !important; | 152 | // margin-left: 5px !important; |
| 153 | } | 153 | // } |
| 154 | 154 | ||
| 155 | /deep/.el-dialog__headerbtn { | 155 | // /deep/.el-dialog__headerbtn { |
| 156 | margin-top: -12px; | 156 | // margin-top: -12px; |
| 157 | } | 157 | // } |
| 158 | 158 | ||
| 159 | .editDialogBox-box { | 159 | // .editDialogBox-box { |
| 160 | margin: 14px 18px 30px 18px !important | 160 | // margin: 14px 18px 30px 18px !important |
| 161 | } | 161 | // } |
| 162 | 162 | ||
| 163 | /deep/.el-form-item__label { | 163 | // /deep/.el-form-item__label { |
| 164 | color: #fff; | 164 | // color: #fff; |
| 165 | } | 165 | // } |
| 166 | 166 | ||
| 167 | /deep/.el-form-item { | 167 | // /deep/.el-form-item { |
| 168 | color: #fff; | 168 | // color: #fff; |
| 169 | margin-bottom: 10px; | 169 | // margin-bottom: 10px; |
| 170 | } | 170 | // } |
| 171 | 171 | ||
| 172 | /deep/ .el-input__inner { | 172 | // /deep/ .el-input__inner { |
| 173 | background-color: transparent; | 173 | // background-color: transparent; |
| 174 | border: 1px solid #458ACF; | 174 | // border: 1px solid #458ACF; |
| 175 | } | 175 | // } |
| 176 | </style> | 176 | </style> |
| 177 | 177 | ... | ... |
| ... | @@ -25,15 +25,15 @@ | ... | @@ -25,15 +25,15 @@ |
| 25 | </template> | 25 | </template> |
| 26 | 26 | ||
| 27 | <script> | 27 | <script> |
| 28 | import { | 28 | import { |
| 29 | getUuid, | 29 | getUuid, |
| 30 | judgeSort, | 30 | judgeSort, |
| 31 | realMove, | 31 | realMove, |
| 32 | findParents, | 32 | findParents, |
| 33 | removeTreeListItem, | 33 | removeTreeListItem, |
| 34 | } from "@/utils/operation"; | 34 | } from "@/utils/operation"; |
| 35 | import { editDictNode, getChildDictList } from "@/api/dict"; | 35 | import { editDictNode, getChildDictList } from "@/api/dict"; |
| 36 | export default { | 36 | export default { |
| 37 | props: { | 37 | props: { |
| 38 | value: { type: Boolean, default: false }, | 38 | value: { type: Boolean, default: false }, |
| 39 | details: { | 39 | details: { |
| ... | @@ -355,42 +355,7 @@ export default { | ... | @@ -355,42 +355,7 @@ export default { |
| 355 | this.key++; | 355 | this.key++; |
| 356 | }, | 356 | }, |
| 357 | }, | 357 | }, |
| 358 | }; | 358 | }; |
| 359 | </script> | 359 | </script> |
| 360 | <style rel="stylesheet/scss" lang="scss" scoped> | 360 | <style rel="stylesheet/scss" lang="scss" scoped> |
| 361 | |||
| 362 | /deep/.el-radio { | ||
| 363 | margin-right: 5px !important; | ||
| 364 | display: flex; | ||
| 365 | } | ||
| 366 | |||
| 367 | /deep/.el-radio__label { | ||
| 368 | display: block; | ||
| 369 | } | ||
| 370 | |||
| 371 | /deep/.el-form-item__label { | ||
| 372 | color: #fff; | ||
| 373 | } | ||
| 374 | |||
| 375 | /deep/.el-form-item { | ||
| 376 | color: #fff; | ||
| 377 | margin-bottom: 10px; | ||
| 378 | } | ||
| 379 | |||
| 380 | /deep/.el-radio-group { | ||
| 381 | display: flex; | ||
| 382 | align-items: center; | ||
| 383 | justify-content: center; | ||
| 384 | } | ||
| 385 | |||
| 386 | .editDialogBox-box { | ||
| 387 | margin: 14px 18px 30px 18px !important | ||
| 388 | } | ||
| 389 | |||
| 390 | .opacity-input { | ||
| 391 | /deep/ .el-input__inner { | ||
| 392 | background-color: transparent; | ||
| 393 | border: 1px solid #458ACF; | ||
| 394 | } | ||
| 395 | } | ||
| 396 | </style> | 361 | </style> | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | <el-form-item v-if="BASE_API.THEME == 'jg'"> | 6 | <el-form-item v-if="BASE_API.THEME == 'jg'"> |
| 7 | <Breadcrumb /> | 7 | <Breadcrumb /> |
| 8 | </el-form-item> | 8 | </el-form-item> |
| 9 | <el-row :gutter="20"> | 9 | <el-row :gutter="20" class="mb-5"> |
| 10 | <el-col :span="6"> | 10 | <el-col :span="6"> |
| 11 | <el-form-item label="字典类型编码"> | 11 | <el-form-item label="字典类型编码"> |
| 12 | <el-input v-model="ruleForm.dcode" @clear="queryClick" clearable placeholder="字典类型编码"></el-input> | 12 | <el-input v-model="ruleForm.dcode" @clear="queryClick" clearable placeholder="字典类型编码"></el-input> |
| ... | @@ -36,11 +36,11 @@ | ... | @@ -36,11 +36,11 @@ |
| 36 | </div> | 36 | </div> |
| 37 | </template> | 37 | </template> |
| 38 | <script> | 38 | <script> |
| 39 | import table from "@/utils/mixin/table" | 39 | import table from "@/utils/mixin/table" |
| 40 | import { getQlxxDictList, refreshDictCache } from "@/api/dict.js" | 40 | import { getQlxxDictList, refreshDictCache } from "@/api/dict.js" |
| 41 | import { datas, sendThis } from "./dictionaries" | 41 | import { datas, sendThis } from "./dictionaries" |
| 42 | import editDialog from "./components/editDialog.vue" | 42 | import editDialog from "./components/editDialog.vue" |
| 43 | export default { | 43 | export default { |
| 44 | name: "djbcx", | 44 | name: "djbcx", |
| 45 | components: { | 45 | components: { |
| 46 | editDialog | 46 | editDialog |
| ... | @@ -126,11 +126,11 @@ export default { | ... | @@ -126,11 +126,11 @@ export default { |
| 126 | this.isDialog = true | 126 | this.isDialog = true |
| 127 | } | 127 | } |
| 128 | } | 128 | } |
| 129 | }; | 129 | }; |
| 130 | </script> | 130 | </script> |
| 131 | <style scoped lang="scss"> | 131 | <style scoped lang="scss"> |
| 132 | /deep/.dialogBox .dialog_title { | 132 | /deep/.dialogBox .dialog_title { |
| 133 | top: 0; | 133 | top: 0; |
| 134 | margin-left: 5px; | 134 | margin-left: 5px; |
| 135 | } | 135 | } |
| 136 | </style> | 136 | </style> | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="content"> | 2 | <div class="informationbase"> |
| 3 | <div class="user-info"> | ||
| 4 | <el-form | 3 | <el-form |
| 5 | ref="form" | 4 | ref="form" |
| 6 | label-width="100px" | 5 | label-width="100px" |
| ... | @@ -38,7 +37,6 @@ | ... | @@ -38,7 +37,6 @@ |
| 38 | <btn nativeType="cx" type="primary" @click="updateInfo">更新信息</btn> | 37 | <btn nativeType="cx" type="primary" @click="updateInfo">更新信息</btn> |
| 39 | </div> | 38 | </div> |
| 40 | </div> | 39 | </div> |
| 41 | </div> | ||
| 42 | </template> | 40 | </template> |
| 43 | 41 | ||
| 44 | <script> | 42 | <script> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Author: xiaomiao 1158771342@qq.com | 2 | * @Author: xiaomiao 1158771342@qq.com |
| 3 | * @Date: 2023-03-09 20:54:28 | 3 | * @Date: 2023-03-09 20:54:28 |
| 4 | * @LastEditors: Please set LastEditors | 4 | * @LastEditors: xiaomiao 1158771342@qq.com |
| 5 | * @LastEditTime: 2023-03-27 09:13:22 | 5 | * @LastEditTime: 2023-03-27 14:26:49 |
| 6 | * @FilePath: \上报\bdcjg-web\src\views\system\information\index.vue | 6 | * @FilePath: \上报\bdcjg-web\src\views\system\information\index.vue |
| 7 | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE | 7 | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| 8 | --> | 8 | --> |
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | <div class="information from-clues"> | 10 | <div class="information from-clues"> |
| 11 | <div class="from-clues-header"> | 11 | <div class="from-clues-header"> |
| 12 | <el-form ref="ruleForm" label-width="100px"> | 12 | <el-form ref="ruleForm" label-width="100px"> |
| 13 | <el-form-item v-if="BASE_API.THEME == 'jg'"> | 13 | <el-form-item v-if="BASE_API.THEME=='jg'"> |
| 14 | <Breadcrumb /> | 14 | <Breadcrumb /> |
| 15 | </el-form-item> | 15 | </el-form-item> |
| 16 | <el-row class="mb-5"> | 16 | <el-row class="mb-5"> |
| ... | @@ -34,10 +34,10 @@ | ... | @@ -34,10 +34,10 @@ |
| 34 | </div> | 34 | </div> |
| 35 | </template> | 35 | </template> |
| 36 | <script> | 36 | <script> |
| 37 | import "@/utils/flexible.js"; | 37 | import "@/utils/flexible.js"; |
| 38 | import BaseSet from "./base-set.vue"; | 38 | import BaseSet from "./base-set.vue"; |
| 39 | import PasswordEdit from "./password-edit.vue"; | 39 | import PasswordEdit from "./password-edit.vue"; |
| 40 | export default { | 40 | export default { |
| 41 | components: { | 41 | components: { |
| 42 | BaseSet, | 42 | BaseSet, |
| 43 | PasswordEdit, | 43 | PasswordEdit, |
| ... | @@ -63,35 +63,9 @@ export default { | ... | @@ -63,35 +63,9 @@ export default { |
| 63 | this.isshow = false; | 63 | this.isshow = false; |
| 64 | }, | 64 | }, |
| 65 | }, | 65 | }, |
| 66 | }; | 66 | }; |
| 67 | </script> | 67 | </script> |
| 68 | 68 | ||
| 69 | <style scoped lang="scss"> | 69 | <style scoped lang="scss"> |
| 70 | @import "~@/styles/mixin.scss"; | 70 | @import "~@/styles/mixin.scss"; |
| 71 | 71 | </style> | |
| 72 | .information { | ||
| 73 | display: flex; | ||
| 74 | flex-direction: column; | ||
| 75 | |||
| 76 | .btnColRight { | ||
| 77 | margin-top: 10px; | ||
| 78 | display: flex; | ||
| 79 | justify-content: center; | ||
| 80 | // background-color: cadetblue; | ||
| 81 | height: 30px; | ||
| 82 | } | ||
| 83 | |||
| 84 | /deep/.content { | ||
| 85 | .el-input__inner { | ||
| 86 | background: none; | ||
| 87 | } | ||
| 88 | |||
| 89 | .user-info { | ||
| 90 | background: none; | ||
| 91 | } | ||
| 92 | } | ||
| 93 | |||
| 94 | .boxin { | ||
| 95 | flex: 1; | ||
| 96 | } | ||
| 97 | }</style> | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="content"> | 2 | <div class="informationpassword"> |
| 3 | <div class="user-info"> | ||
| 4 | <el-form | 3 | <el-form |
| 5 | ref="form" | 4 | ref="form" |
| 6 | label-width="100px" | 5 | label-width="100px" |
| ... | @@ -33,7 +32,6 @@ | ... | @@ -33,7 +32,6 @@ |
| 33 | <btn nativeType="cx" type="primary" @click="updatePassword">确认修改</btn> | 32 | <btn nativeType="cx" type="primary" @click="updatePassword">确认修改</btn> |
| 34 | </div> | 33 | </div> |
| 35 | </div> | 34 | </div> |
| 36 | </div> | ||
| 37 | </template> | 35 | </template> |
| 38 | 36 | ||
| 39 | <script> | 37 | <script> |
| ... | @@ -110,27 +108,4 @@ | ... | @@ -110,27 +108,4 @@ |
| 110 | </script> | 108 | </script> |
| 111 | 109 | ||
| 112 | <style scoped lang="scss"> | 110 | <style scoped lang="scss"> |
| 113 | .user-info { | ||
| 114 | margin: 36px 200px; | ||
| 115 | overflow-y: auto; | ||
| 116 | .form-wrapper { | ||
| 117 | padding: 24px 120px 0px; | ||
| 118 | /deep/.el-form-item { | ||
| 119 | margin-bottom: 24px; | ||
| 120 | .el-form-item__label { | ||
| 121 | color: #ffffff; | ||
| 122 | } | ||
| 123 | .el-input .el-input__inner { | ||
| 124 | padding: 0 8px; | ||
| 125 | height: 40px; | ||
| 126 | line-height: 40px; | ||
| 127 | border: 1px solid #6bc1fc; | ||
| 128 | } | ||
| 129 | } | ||
| 130 | } | ||
| 131 | .bottom-wrapper { | ||
| 132 | padding: 32px 120px 24px; | ||
| 133 | text-align: center; | ||
| 134 | } | ||
| 135 | } | ||
| 136 | </style> | 111 | </style> | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <dialogBox class="modifydialog PersonnelDialog" :isMain="true" width="40%" :title="title" @closeDialog="close" @submitForm="submitForm" | 2 | <dialogBox class="PersonnelDialog" :isMain="true" width="40%" :title="title" @closeDialog="close" @submitForm="submitForm" |
| 3 | v-model="myValue"> | 3 | v-model="myValue"> |
| 4 | <div class="dialogCon"> | 4 | <div class="dialogCon"> |
| 5 | <el-form ref="form" :model="form" :rules="rules"> | 5 | <el-form ref="form" :model="form" :rules="rules"> |
| ... | @@ -236,35 +236,4 @@ | ... | @@ -236,35 +236,4 @@ |
| 236 | } | 236 | } |
| 237 | </script> | 237 | </script> |
| 238 | <style scoped lang="scss"> | 238 | <style scoped lang="scss"> |
| 239 | // .modifydialog { | ||
| 240 | // &-con { | ||
| 241 | // background: #031a46; | ||
| 242 | // } | ||
| 243 | |||
| 244 | // /deep/.el-dialog__header { | ||
| 245 | // .dialog_title { | ||
| 246 | // display: -webkit-box; | ||
| 247 | // display: -ms-flexbox; | ||
| 248 | // display: flex; | ||
| 249 | // position: relative; | ||
| 250 | // top: -8px; | ||
| 251 | // width: 28%; | ||
| 252 | // height: 40px; | ||
| 253 | // margin-left: 28px; | ||
| 254 | // -webkit-box-pack: center; | ||
| 255 | // -ms-flex-pack: center; | ||
| 256 | // justify-content: center; | ||
| 257 | // white-space: nowrap; | ||
| 258 | |||
| 259 | // b { | ||
| 260 | // font-size: 16px; | ||
| 261 | // } | ||
| 262 | // } | ||
| 263 | |||
| 264 | // .el-dialog__headerbtn { | ||
| 265 | // right: 20px !important; | ||
| 266 | // top: 23px !important; | ||
| 267 | // } | ||
| 268 | // } | ||
| 269 | // } | ||
| 270 | </style> | 239 | </style> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <div class="timedTask from-clues"> | 2 | <div class="timedTask from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 4 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
| 5 | <el-form-item v-if="BASE_API.THEME == 'jg'"> | 5 | <el-form-item v-if="BASE_API.THEME=='jg'"> |
| 6 | <Breadcrumb /> | 6 | <Breadcrumb /> |
| 7 | </el-form-item> | 7 | </el-form-item> |
| 8 | <el-row class="mb-5"> | 8 | <el-row class="mb-5"> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <div class="timedTask from-clues"> | 2 | <div class="timedTask from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 4 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
| 5 | <el-form-item v-if="BASE_API.THEME == 'jg'"> | 5 | <el-form-item v-if="BASE_API.THEME=='jg'"> |
| 6 | <Breadcrumb /> | 6 | <Breadcrumb /> |
| 7 | </el-form-item> | 7 | </el-form-item> |
| 8 | <el-row class="mb-5"> | 8 | <el-row class="mb-5"> | ... | ... |
| ... | @@ -412,6 +412,7 @@ | ... | @@ -412,6 +412,7 @@ |
| 412 | }; | 412 | }; |
| 413 | </script> | 413 | </script> |
| 414 | <style scoped lang="scss"> | 414 | <style scoped lang="scss"> |
| 415 | // @import "~@/styles/mixin.scss"; | 415 | /deep/.dialogBox .el-dialog__header { |
| 416 | // @import "~@/styles/dialogBox.scss"; | 416 | height: 59px !important; |
| 417 | } | ||
| 417 | </style> | 418 | </style> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <div class="timedTask from-clues"> | 2 | <div class="timedTask from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> |
| 5 | <el-form-item v-if="BASE_API.THEME == 'jg'"> | 5 | <el-form-item v-if="BASE_API.THEME=='jg'"> |
| 6 | <Breadcrumb /> | 6 | <Breadcrumb /> |
| 7 | </el-form-item> | 7 | </el-form-item> |
| 8 | <el-row> | 8 | <el-row> |
| ... | @@ -29,12 +29,12 @@ | ... | @@ -29,12 +29,12 @@ |
| 29 | </div> | 29 | </div> |
| 30 | </template> | 30 | </template> |
| 31 | <script> | 31 | <script> |
| 32 | // 定时任务 | 32 | // 定时任务 |
| 33 | import data from "./data" | 33 | import data from "./data" |
| 34 | import sjsbTask from '@/api/sjsbTask.js' | 34 | import sjsbTask from '@/api/sjsbTask.js' |
| 35 | import tableMixin from '@/mixins/tableMixin.js' | 35 | import tableMixin from '@/mixins/tableMixin.js' |
| 36 | import addTask from '../components/addTask.vue' | 36 | import addTask from '../components/addTask.vue' |
| 37 | export default { | 37 | export default { |
| 38 | name: "timedTask", | 38 | name: "timedTask", |
| 39 | mixins: [tableMixin], | 39 | mixins: [tableMixin], |
| 40 | components: { | 40 | components: { |
| ... | @@ -248,8 +248,8 @@ export default { | ... | @@ -248,8 +248,8 @@ export default { |
| 248 | }) | 248 | }) |
| 249 | } | 249 | } |
| 250 | } | 250 | } |
| 251 | } | 251 | } |
| 252 | </script> | 252 | </script> |
| 253 | <style scoped lang="scss"> | 253 | <style scoped lang="scss"> |
| 254 | @import "~@/styles/mixin.scss"; | 254 | @import "~@/styles/mixin.scss"; |
| 255 | </style> | 255 | </style> | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <dialogBox :title="title" :width="'867px'" class="modifydialog PersonnelDialog" @closeDialog="close" :isMain="true" @submitForm="submitForm" | 2 | <dialogBox :title="title" :width="'867px'" class="PersonnelDialog" @closeDialog="close" :isMain="true" @submitForm="submitForm" |
| 3 | v-model="myValue"> | 3 | v-model="myValue"> |
| 4 | <div class="dialogCon"> | 4 | <div class="dialogCon"> |
| 5 | <el-form ref="form" :model="form" :rules="rules"> | 5 | <el-form ref="form" :model="form" :rules="rules"> | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="timedTask from-clues"> | 2 | <div class="timedTask from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="ruleForm" :model="form" label-width="80px"> | 4 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
| 5 | <el-form-item v-if="BASE_API.THEME == 'jg'"> | 5 | <el-form-item v-if="BASE_API.THEME=='jg'"> |
| 6 | <Breadcrumb /> | 6 | <Breadcrumb /> |
| 7 | </el-form-item> | 7 | </el-form-item> |
| 8 | <el-row class="mt-10"> | 8 | <el-row class="mb-5"> |
| 9 | <el-col :span="4"> | 9 | <el-col :span="4"> |
| 10 | <el-form-item label="用户名" prop="loginName"> | 10 | <el-form-item label="用户名" prop="loginName"> |
| 11 | <el-input v-model.trim="form.loginName" class="width100" clearable placeholder="用户名"></el-input> | 11 | <el-input v-model.trim="form.loginName" class="width100" clearable placeholder="用户名"></el-input> |
| ... | @@ -408,5 +408,5 @@ export default { | ... | @@ -408,5 +408,5 @@ export default { |
| 408 | }; | 408 | }; |
| 409 | </script> | 409 | </script> |
| 410 | <style scoped lang="scss"> | 410 | <style scoped lang="scss"> |
| 411 | @import "~@/styles/mixin.scss"; | 411 | @import "~@/styles/mixin.scss"; |
| 412 | </style> | 412 | </style> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <div class="dictionary-config from-clues"> | 2 | <div class="dictionary-config from-clues"> |
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
| 4 | <el-form ref="form" :model="form" label-width="90px"> | 4 | <el-form ref="form" :model="form" label-width="90px"> |
| 5 | <el-form-item> | 5 | <el-form-item v-if="BASE_API.THEME=='jg'"> |
| 6 | <Breadcrumb /> | 6 | <Breadcrumb /> |
| 7 | </el-form-item> | 7 | </el-form-item> |
| 8 | <el-row> | 8 | <el-row> | ... | ... |
-
Please register or sign in to post a comment