- 在 `raw-material` 组件中添加上传按钮和抽屉组件 - 新增 `add-raw-material-drawer` 组件及其样式文件 - 更新样式文件以支持新的上传界面 - 调整 Ant Select 和 Drawer 组件的样式
21 lines
378 B
SCSS
21 lines
378 B
SCSS
.ant-drawer {
|
|
.ant-drawer-header {
|
|
.ant-drawer-header-title {
|
|
justify-content: space-between;
|
|
|
|
.ant-drawer-close {
|
|
order: 2;
|
|
}
|
|
|
|
.ant-drawer-title {
|
|
color: #211f24;
|
|
font-family: $font-family-medium;
|
|
font-size: 18px;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
}
|
|
}
|