feat:1.在线面授管理 框 有状态2.模板库中 创建时间框样式3.pagename: 评估管理

This commit is contained in:
xsw
2022-10-28 17:09:44 +08:00
parent d65adadf24
commit 213a3cf287
4 changed files with 17 additions and 10 deletions

View File

@@ -278,7 +278,7 @@
<hr color="#E8E8E8" />
<div class="ntc_body">
<div class="ntc_switch">
<a-switch v-model:checked="checked" @click="changeopclo" />
<a-switch v-model:checked="checked" @click="changeopclo" />
<div
class="opclo"
:style="{ display: hideshow ? 'block' : 'none' }"
@@ -1085,6 +1085,7 @@ export default defineComponent({
font-size: 18px;
font-weight: 500;
color: #232425;
}
.ntc_body {
margin-left: 34px;
@@ -1106,6 +1107,7 @@ export default defineComponent({
.btnarea {
display: flex;
justify-content: flex-end;
}
.area_btn {
width: 100px;