提交 8171d3be 编写于 作者: guangjun.yang's avatar guangjun.yang

选择专业中,选择学科中要设置最小高度

上级 63b634f7
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<ul class="item"> <ul class="item">
<li <li
:id="'subject_' + index + '_' + sIndex" :id="'subject_' + index + '_' + sIndex"
class="card"
:class="{'no-active' : subject.openFlag == 0, 'has-bind' : subject.bindCardStatus == 1}" :class="{'no-active' : subject.openFlag == 0, 'has-bind' : subject.bindCardStatus == 1}"
v-for="(subject, sIndex) in item.secondSubjectModelList" v-for="(subject, sIndex) in item.secondSubjectModelList"
:key="sIndex" :key="sIndex"
...@@ -431,6 +432,7 @@ export default { ...@@ -431,6 +432,7 @@ export default {
} }
.item { .item {
li { li {
min-height: px2rem(60px);
position: relative; position: relative;
top: 0; top: 0;
left: 0; left: 0;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册