mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
多少篇
This commit is contained in:
@@ -257,14 +257,14 @@
|
|||||||
<a-modal v-model:visible="state.recBtnvisible" width="450px" title="提醒" @ok="handleOk">
|
<a-modal v-model:visible="state.recBtnvisible" width="450px" title="提醒" @ok="handleOk">
|
||||||
<div class="remModal">
|
<div class="remModal">
|
||||||
<div class="remModal-words">
|
<div class="remModal-words">
|
||||||
<div>您已选择案例:<span class="wordsColor">53</span> 篇</div>
|
<div>您已选择案例:<span class="wordsColor">{{ id.length }}</span> 篇</div>
|
||||||
<div class="wordsColor">去修改>></div>
|
<div class="wordsColor">去修改>></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="remModal-words" style="margin-bottom: 30px;">
|
<div class="remModal-words" style="margin-bottom: 30px;">
|
||||||
<div>您已选择学员:<span class="wordsColor">53</span> 人</div>
|
<div>您已选择学员:<span class="wordsColor">1111</span> 人</div>
|
||||||
<div class="wordsColor">去修改>></div>
|
<div class="wordsColor">去修改>></div>
|
||||||
</div>
|
</div>
|
||||||
<a-form ref="formRef" :model="formState" :rules="rules" :label-col="{ span: 5 } ">
|
<a-form ref="formRef" :model="formState" :rules="rules" :label-col="{ span: 5 }">
|
||||||
<a-form-item label="推荐组织:" name="name">
|
<a-form-item label="推荐组织:" name="name">
|
||||||
<a-input v-model:value="formState.name" />
|
<a-input v-model:value="formState.name" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
@@ -777,7 +777,8 @@ watch(visiable, () => {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
.wordsColor{
|
|
||||||
|
.wordsColor {
|
||||||
color: #4ea6ff;
|
color: #4ea6ff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user