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