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:
@@ -157,7 +157,7 @@
|
||||
<div class="bg_main">
|
||||
<div class="bg_main_header">
|
||||
<div class="bg_main_header_icon"></div>
|
||||
<div>{{editId?'编辑专业力必修':'新增专业力必修'}}</div>
|
||||
<div>{{ editId ? "编辑专业力必修" : "新增专业力必修" }}</div>
|
||||
<div class="bg_main_header_close" @click="of_exit"></div>
|
||||
</div>
|
||||
<div class="bg_body">
|
||||
@@ -249,7 +249,7 @@
|
||||
<div class="bg_body_input">
|
||||
<div style="display: flex">
|
||||
<a-tooltip>
|
||||
<template #title>建议少于16个学习任务时使用</template>
|
||||
<template #title> 建议多于10个学习任务时使用</template>
|
||||
<div
|
||||
@click="template = 1"
|
||||
class="learnBgItem"
|
||||
@@ -268,7 +268,7 @@
|
||||
</a-tooltip>
|
||||
|
||||
<a-tooltip>
|
||||
<template #title>建议多于10个任务时使用</template>
|
||||
<template #title>建议少于16个学习任务时使用</template>
|
||||
<div
|
||||
slot="reference"
|
||||
@click="template = 2"
|
||||
|
||||
Reference in New Issue
Block a user