提交 56e26c51 编写于 作者: changdi.hao's avatar changdi.hao

feat: 优化ui

上级 a3c37ad3
......@@ -504,7 +504,7 @@
:key="index3"
>
<el-col :span="10" class="item-icon">
<span v-if="item1.type == 3 || item1.type == 4 || item1.type == 5" class="sort-icon">{{index3 + 1}})</span>
<span v-if="item1.type == 3 || item1.type == 4 || item1.type == 5" class="sort-icon">{{index3 + 1}}</span>
<span class="require">*</span>
<el-form-item label="课程名称">
<el-input
......@@ -2351,9 +2351,18 @@ export default {
position: relative;
span.sort-icon {
position: absolute;
left: 20px;
top: 12px;
font-size: 14px;
top: 9px;
left: 9px;
font-size: 12px;
border: 1px solid #606266;
border-radius: 50%;
text-align: center;
line-height: 20px;
width: 24px;
height: 24px;
box-sizing: border-box;
color: #606266;
transform: scale(0.8);
}
span.require {
position: absolute;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册