提交 d5a51a29 编写于 作者: xingli.wu's avatar xingli.wu

Merge branch 'feature/xinglee' into 'release'

feat: 图片支持拖动

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!507
此差异已折叠。
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
color: #449284; color: #449284;
font-size: 14px; font-size: 14px;
&::after { &::after {
content: ""; content: '';
position: relative; position: relative;
height: 14px; height: 14px;
/*border-right: 1px solid #EBEEF5;*/ /*border-right: 1px solid #EBEEF5;*/
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
} }
&:last-of-type { &:last-of-type {
&::after { &::after {
content: ""; content: '';
position: relative; position: relative;
width: 1px; width: 1px;
height: 14px; height: 14px;
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
} }
} }
.required-label .el-form-item__label::before { .required-label .el-form-item__label::before {
content: "*"; content: '*';
color: #f56c6c; color: #f56c6c;
margin-right: 4px; margin-right: 4px;
} }
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
.goods-category, .goods-category,
.project-req { .project-req {
.el-form-item__label::before { .el-form-item__label::before {
content: "*"; content: '*';
color: #f56c6c; color: #f56c6c;
margin-right: 4px; margin-right: 4px;
} }
...@@ -67,14 +67,18 @@ ...@@ -67,14 +67,18 @@
} }
.choice-goods { .choice-goods {
.el-form-item__label::before { .el-form-item__label::before {
content: "*"; content: '*';
color: #f56c6c; color: #f56c6c;
margin-right: 4px; margin-right: 4px;
} }
} }
.image-wrapper {
display: flex;
flex-direction: row;
}
.label-detailimg { .label-detailimg {
.el-form-item__label::before { .el-form-item__label::before {
content: "*"; content: '*';
color: #f56c6c; color: #f56c6c;
margin-right: 4px; margin-right: 4px;
} }
...@@ -125,11 +129,12 @@ ...@@ -125,11 +129,12 @@
opacity: 0.7; opacity: 0.7;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
z-index: 999; z-index: 999;
cursor: pointer;
i { i {
color: #fff; color: #fff;
margin-top: 39px; margin-top: 39px;
margin-left: 0px; margin-left: 36px;
} }
} }
} }
...@@ -247,12 +252,13 @@ ...@@ -247,12 +252,13 @@
color: #449284; color: #449284;
} }
.img-box { .img-box {
position: relative;
width: 84px; width: 84px;
height: 130px; height: 130px;
float: left;
margin-right: 15px; margin-right: 15px;
position: relative;
.checkbox { .checkbox {
text-align: center;
line-height: 32px; line-height: 32px;
} }
} }
......
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册