Commit b00c97ae authored by 李晓静's avatar 李晓静

样式修改

parent 14a11859
@import '~@/theme/common'; @import '~@/theme/common';
.wrap { .wrap {
position: relative; position: relative;
width: 580px; // width: 580px;
width: 100%;
background: #fff; background: #fff;
.titleRow { .titleRow {
display: flex; display: flex;
......
@import "~@/theme/common"; @import '~@/theme/common';
.wrap { .wrap {
position: relative; position: relative;
width: 580px; // width: 580px;
width: 100%;
.titleCls { .titleCls {
position: absolute; position: absolute;
left: 26px; left: 26px;
width: 520px; // width: 520px;
font-size: 16px; font-size: 16px;
color: @textPrimaryColor; color: @textPrimaryColor;
line-height: 62px; line-height: 62px;
...@@ -21,33 +22,31 @@ ...@@ -21,33 +22,31 @@
min-height: 520px; min-height: 520px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
border-bottom: 1px solid #ECECEC; border-bottom: 1px solid #ececec;
margin: 62px 0 68px; margin: 62px 0 68px;
position: relative; position: relative;
:global(.ant-form-item-control) { :global(.ant-form-item-control) {
line-height: 28px; line-height: 28px;
} }
:global(.ant-form-item-required:before){ :global(.ant-form-item-required:before) {
position: initial; position: initial;
vertical-align: middle; vertical-align: middle;
} }
.titleContainer{ .titleContainer {
vertical-align: middle; vertical-align: middle;
.colIcon{ .colIcon {
width: @textFontGen; width: @textFontGen;
color: @textSupplyColor; color: @textSupplyColor;
} }
.itemTitle{ .itemTitle {
margin-left: @marginSm; margin-left: @marginSm;
color: @textPrimaryColor; color: @textPrimaryColor;
} }
} }
} }
.itemCls { .itemCls {
} }
.btnCls { .btnCls {
...@@ -63,7 +62,7 @@ ...@@ -63,7 +62,7 @@
.delBtnCls { .delBtnCls {
color: @errorColor; color: @errorColor;
position: relative; position: relative;
left: -303px left: -303px;
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment