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