mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
style:面授课程样式调整
This commit is contained in:
@@ -192,10 +192,11 @@
|
||||
<a-radio-group v-model:value="valueE1">
|
||||
<div class="bc_box">
|
||||
<div class="bc_boxl">
|
||||
<div class="ol_checkbox">
|
||||
<div class="ol_checkbox" @click="expectOnline">
|
||||
<a-radio
|
||||
v-model:checked="checked"
|
||||
:value="1"
|
||||
disabled="true"
|
||||
@click="bs_hShow"
|
||||
>
|
||||
线上
|
||||
@@ -1805,7 +1806,7 @@
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入详细地点"
|
||||
/>
|
||||
<div class="inp_num">
|
||||
<div class="inp_num" style="right:164px;">
|
||||
<span style="color: #c7cbd2">{{ xjkkinputV2.length }}/50</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4267,6 +4268,11 @@ export default defineComponent({
|
||||
state.valueE1 = "";
|
||||
}
|
||||
};
|
||||
// 弹框提示敬请期待
|
||||
const expectOnline = () => {
|
||||
message.destroy()
|
||||
message.success("功能正在开发中,敬请期待。")
|
||||
}
|
||||
//新建面授课
|
||||
const createft = () => {
|
||||
if (!state.xzinputV1) {
|
||||
@@ -5379,6 +5385,7 @@ export default defineComponent({
|
||||
of_exit,
|
||||
hideShow,
|
||||
bs_hShow,
|
||||
expectOnline,
|
||||
createft,
|
||||
ft_exit,
|
||||
ft_exit_1,
|
||||
@@ -5824,7 +5831,8 @@ export default defineComponent({
|
||||
|
||||
.createschooltime {
|
||||
z-index: 999;
|
||||
width: 679px;
|
||||
width: 879px;
|
||||
height: 740px;
|
||||
background: #ffffff;
|
||||
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
|
||||
position: absolute;
|
||||
@@ -5844,7 +5852,7 @@ export default defineComponent({
|
||||
|
||||
.cst_main {
|
||||
width: 100%;
|
||||
max-height: 600px;
|
||||
max-height: 700px;
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user