diff --git a/src/App.vue b/src/App.vue index 026b3e9..16e7961 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,18 +8,20 @@ + + diff --git a/src/views/material-center/components/raw-material/components/add-raw-material-drawer/style.scss b/src/views/material-center/components/raw-material/components/add-raw-material-drawer/style.scss new file mode 100644 index 0000000..d3db885 --- /dev/null +++ b/src/views/material-center/components/raw-material/components/add-raw-material-drawer/style.scss @@ -0,0 +1,110 @@ +.xt-add-raw-material-modal { + .ant-drawer-header { + height: 58px; + border-bottom: none; + } + + .ant-upload { + width: 100%; + } + + .ant-select { + //.ant-select-selection-overflow-item { + // max-width: 50%; + //} + } + + .ant-drawer-body { + padding: 0; + display: flex; + flex-direction: column; + + .cts { + color: #211f24; + font-family: $font-family-regular; + font-size: 14px; + font-style: normal; + font-weight: 400; + line-height: 22px; + } + + .content { + .upload-box { + transition: all 0.3s; + + &:hover { + border-color: #6d4cfe; + } + } + + .upload-text { + color: #000; + text-align: center; + font-family: $font-family-regular; + font-size: 12px; + font-style: normal; + font-weight: 400; + line-height: 20px; + } + + .ant-progress { + display: flex; + align-items: center; + justify-content: center; + + .ant-progress-outer { + position: relative; + width: 100%; + height: 6px !important; + margin: 0; + padding: 0; + + .ant-progress-inner { + position: absolute; + top: 50%; + left: 0; + transform: translateY(-50%); + width: 100px; + height: 6px !important; + background: var(--BG-200, #F2F3F5); + + .ant-progress-bg { + height: 6px !important; + background-color: #6D4CFE; + } + + } + } + + + .ant-progress-text { + color: var(--Text-1, #211F24); + font-family: $font-family-regular; + font-size: 12px; + font-style: normal; + font-weight: 400; + + .anticon { + font-size: 16px; + } + + } + + &.ant-progress-status-success { + .ant-progress-outer { + .ant-progress-bg { + background-color: #25C883; + } + } + + .ant-progress-text { + color: #25C883; + } + } + } + } + + .footer { + } + } +} diff --git a/src/views/material-center/components/raw-material/components/edit-raw-material-modal/index.vue b/src/views/material-center/components/raw-material/components/edit-raw-material-modal/index.vue new file mode 100644 index 0000000..a31b01f --- /dev/null +++ b/src/views/material-center/components/raw-material/components/edit-raw-material-modal/index.vue @@ -0,0 +1,291 @@ + + + diff --git a/src/views/material-center/components/raw-material/components/edit-raw-material-modal/style.scss b/src/views/material-center/components/raw-material/components/edit-raw-material-modal/style.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/views/material-center/components/raw-material/components/filter-block/index.vue b/src/views/material-center/components/raw-material/components/filter-block/index.vue index 43e667b..32696fa 100644 --- a/src/views/material-center/components/raw-material/components/filter-block/index.vue +++ b/src/views/material-center/components/raw-material/components/filter-block/index.vue @@ -16,13 +16,30 @@
- 序号 - - - + 标签 +