mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
feat:合并
This commit is contained in:
@@ -116,7 +116,6 @@
|
||||
<span style="color: #c7cbd2">{{ value5.length }}/20</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="showcount">{{ valueE.length }}/20</div> -->
|
||||
</div>
|
||||
<div class="b_sub">
|
||||
<div class="bs_header">
|
||||
@@ -295,17 +294,20 @@
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<span style="margin-right: 14px">课程名称</span>
|
||||
</div>
|
||||
<div class="item_inp">
|
||||
<div class="i1_input">
|
||||
<a-input
|
||||
v-model:value="value6"
|
||||
maxlength="90"
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入课程名称"
|
||||
>
|
||||
</a-input>
|
||||
<div class="item_inp">
|
||||
<div class="i1_input">
|
||||
<a-input
|
||||
v-model:value="value6"
|
||||
maxlength="90"
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入课程名称"
|
||||
/>
|
||||
<div class="inp_num">
|
||||
<span style="color: #c7cbd2"
|
||||
>{{ value6.length }}/90</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -372,10 +374,20 @@
|
||||
</div>
|
||||
</a-upload>
|
||||
</div>
|
||||
<div class="i3_bottom">
|
||||
<span style="color: #999ba3"
|
||||
>高宽比为16:9 (如:800*450) png或jpg图片</span
|
||||
>
|
||||
<div class="item_inp">
|
||||
<div class="i1_input">
|
||||
<a-input
|
||||
v-model:value="value7"
|
||||
maxlength="50"
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入目标人群"
|
||||
/>
|
||||
<div class="inp_num">
|
||||
<span style="color: #c7cbd2"
|
||||
>{{ value7.length }}/50</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -388,16 +400,20 @@
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<span style="margin-right: 14px">目标人群</span>
|
||||
</div>
|
||||
<div class="item_inp">
|
||||
<div class="i1_input">
|
||||
<a-input
|
||||
v-model:value="value7"
|
||||
maxlength="50"
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入目标人群"
|
||||
/>
|
||||
<div class="item_inp">
|
||||
<div class="i1_input">
|
||||
<a-input
|
||||
v-model:value="value8"
|
||||
maxlength="200"
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入课程价值"
|
||||
/>
|
||||
<div class="inp_num">
|
||||
<span style="color: #c7cbd2"
|
||||
>{{ value8.length }}/200</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -520,6 +536,11 @@
|
||||
src="@/assets/images/coursewareManage/enclosure.png"
|
||||
alt=""
|
||||
/>
|
||||
<div class="inp_num">
|
||||
<span style="color: #c7cbd2"
|
||||
>{{ value11.length }}/150</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<span style="color: #4ea6ff">添加附件</span>
|
||||
</div>
|
||||
@@ -1114,9 +1135,13 @@
|
||||
<div class="b_input">
|
||||
<a-input
|
||||
v-model:value="value20"
|
||||
maxlength="50"
|
||||
style="width: 440px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入详细地点"
|
||||
/>
|
||||
<div class="inp_num">
|
||||
<span style="color: #c7cbd2">{{ value20.length }}/50</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cstm_items">
|
||||
@@ -2284,6 +2309,10 @@ export default defineComponent({
|
||||
// value2:"",
|
||||
value5: "",
|
||||
value6: "",
|
||||
value7: "",
|
||||
value8: "",
|
||||
value11: "",
|
||||
value20: "",
|
||||
valueE: "",
|
||||
valueB: "",
|
||||
valueC: "",
|
||||
@@ -3210,6 +3239,7 @@ export default defineComponent({
|
||||
}
|
||||
.m_body {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.mb_left {
|
||||
width: 50%;
|
||||
.mbl_items {
|
||||
@@ -3222,6 +3252,7 @@ export default defineComponent({
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
white-space: nowrap;
|
||||
.asterisk_icon {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
@@ -3231,6 +3262,12 @@ export default defineComponent({
|
||||
}
|
||||
.item_inp {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
.inp_num {
|
||||
position: absolute;
|
||||
left: 398px;
|
||||
top: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.i2_cz {
|
||||
@@ -3260,6 +3297,7 @@ export default defineComponent({
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
white-space: nowrap;
|
||||
.asterisk_icon {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
@@ -3269,6 +3307,12 @@ export default defineComponent({
|
||||
}
|
||||
.item_inp {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
.inp_num {
|
||||
position: absolute;
|
||||
left: 395px;
|
||||
bottom: 10px;
|
||||
}
|
||||
}
|
||||
.accessory {
|
||||
display: flex;
|
||||
@@ -3516,15 +3560,33 @@ export default defineComponent({
|
||||
justify-content: center;
|
||||
margin-left: 6px;
|
||||
}
|
||||
.b_sub {
|
||||
width: 440px;
|
||||
margin-left: 110px;
|
||||
.bs_header {
|
||||
.cstm_items {
|
||||
display: flex;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
align-items: center;
|
||||
margin-bottom: 23px;
|
||||
.signbox {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.b_right {
|
||||
justify-content: end;
|
||||
width: 100px;
|
||||
margin-right: 6px;
|
||||
.sign {
|
||||
margin-top: -5px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
.b_input {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
.upload_box {
|
||||
display: flex;
|
||||
}
|
||||
.inp_num {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.bl_detail {
|
||||
|
||||
Reference in New Issue
Block a user