diff --git a/components/apolloTable/detailForm/index.less b/components/apolloTable/detailForm/index.less index 0e8b54af433d0a52ff8205f71a1fcda4a3b41bf7..d8d866887cc4f2f6aa1d56dc4b42ca088c614fc7 100644 --- a/components/apolloTable/detailForm/index.less +++ b/components/apolloTable/detailForm/index.less @@ -1,7 +1,8 @@ @import '~@/theme/common'; .wrap { position: relative; - width: 580px; + // width: 580px; + width: 100%; background: #fff; .titleRow { display: flex; diff --git a/components/apolloTable/editFormV3/index.less b/components/apolloTable/editFormV3/index.less index 86bd5458ea18fcc4789d3e485a1609728b61acef..3adb8656ef322e34e5d7ee997c981df4062ccfb7 100644 --- a/components/apolloTable/editFormV3/index.less +++ b/components/apolloTable/editFormV3/index.less @@ -1,13 +1,14 @@ -@import "~@/theme/common"; +@import '~@/theme/common'; .wrap { position: relative; - width: 580px; + // width: 580px; + width: 100%; .titleCls { position: absolute; left: 26px; - width: 520px; + // width: 520px; font-size: 16px; color: @textPrimaryColor; line-height: 62px; @@ -21,33 +22,31 @@ min-height: 520px; overflow-x: hidden; overflow-y: auto; - border-bottom: 1px solid #ECECEC; + border-bottom: 1px solid #ececec; margin: 62px 0 68px; position: relative; :global(.ant-form-item-control) { line-height: 28px; } - :global(.ant-form-item-required:before){ + :global(.ant-form-item-required:before) { position: initial; vertical-align: middle; } - .titleContainer{ + .titleContainer { vertical-align: middle; - .colIcon{ + .colIcon { width: @textFontGen; color: @textSupplyColor; } - .itemTitle{ + .itemTitle { margin-left: @marginSm; color: @textPrimaryColor; } } - } .itemCls { - } .btnCls { @@ -63,7 +62,7 @@ .delBtnCls { color: @errorColor; position: relative; - left: -303px + left: -303px; } } }