diff --git a/src/page/main/forewarning/list/index.vue b/src/page/main/forewarning/list/index.vue index 1688399bd7eeab4842db8b3e434d3016d7a16a0c..a3133cc869236ddeec611f4ff0c127524740f7a5 100644 --- a/src/page/main/forewarning/list/index.vue +++ b/src/page/main/forewarning/list/index.vue @@ -1,7 +1,582 @@ - + + + + .bg_form { + width: 100%; + box-sizing: border-box; + .el-form-item { + margin-bottom: 24px; + :deep().el-form-item__label { + line-height: 36px; + height: 36px; + } + .el-form-item__content { + width: 100%; + .el-textarea { + :deep().el-input__count { + bottom: -16px; + right: 4px; + font-family: Roboto-Regular; + color: #a9b1c7; + } + } + .bg-switch-ele { + width: 52px; + height: 24px; + :deep().el-switch__core { + width: 100%; + height: 24px; + .el-switch__inner, + .el-switch__action { + top: 3px; + } + } + } + } + } + } +} +