diff --git a/jero-web/src/components/addForm/index.vue b/jero-web/src/components/addForm/index.vue index bd205ea44..a24cc61e7 100644 --- a/jero-web/src/components/addForm/index.vue +++ b/jero-web/src/components/addForm/index.vue @@ -389,10 +389,6 @@ width: calc(100% - 130px); } - /*.formAdd .ant-form-item {*/ - /* margin-bottom: 20px;*/ - /*}*/ - .itemModel .ant-form-item-control-wrapper { width: 100%; } @@ -432,14 +428,13 @@ .box-title-text { line-height: 1.4; display: flex; - /*align-items: center;*/ } .title-text { width: 114px; text-align: right; display: inline-block; - font-weight: bold; + font-weight: 500; font-size: 14px; margin-right: 16px; overflow: hidden; @@ -469,15 +464,6 @@ display: inline-block; } - .header-text { - font-size: 16px; - font-weight: bold; - margin-left: 15px; - /*border-bottom: 1px #d9d9d9 dashed;*/ - height: 30px; - margin-bottom: 30px; - } - .formAdd { margin-bottom: 40px; } diff --git a/jero-web/src/components/libraryAddForm/index.vue b/jero-web/src/components/libraryAddForm/index.vue index 4707b89cc..1620403e8 100644 --- a/jero-web/src/components/libraryAddForm/index.vue +++ b/jero-web/src/components/libraryAddForm/index.vue @@ -540,7 +540,7 @@ width: 114px; text-align: right; display: inline-block; - font-weight: bold; + font-weight: 500; font-size: 14px; margin-right: 16px; overflow: hidden;