diff --git a/src/assets/common.scss b/src/assets/common.scss new file mode 100644 index 0000000000000000000000000000000000000000..88caac1012a20d3285a96722918454c7cbf69953 --- /dev/null +++ b/src/assets/common.scss @@ -0,0 +1,21 @@ +body{ + .ant-drawer-content-wrapper { + .ant-drawer-content { + .ant-drawer-wrapper-body { + padding-top: 55px; + .ant-drawer-header { + width: 100%; + position: absolute; + top: 0; + z-index: 1; + border-radius: 0px; + } + .ant-drawer-body { + box-sizing: border-box; + padding: 30px 20px 0 20px; + overflow: auto; + } + } + } + } +} \ No newline at end of file diff --git a/src/assets/index.scss b/src/assets/index.scss index 0d5c8686365012dfe4252f57942e546afa6e7cb5..c04c0ec45076fd1b9d07321cab27ac86e127b99c 100644 --- a/src/assets/index.scss +++ b/src/assets/index.scss @@ -55,4 +55,17 @@ html { } .width-300{ width: 300px; +} +.ant-form-item.customize{ + border-color: #F56C6C; + margin-bottom: 0px!important; + :hover{ + border-color: #F56C6C; + } + &::after{ + display: inline-block; + content: '请完成该项的填写!'; + color: #F56C6C; + font-size: 12px; + } } \ No newline at end of file