讲师管理bug

This commit is contained in:
zhangsir
2024-12-01 18:47:53 +08:00
parent e9d181b99f
commit f58e7ab78c
2 changed files with 39 additions and 40 deletions

View File

@@ -123,7 +123,7 @@
@click="cancelTeacherDialog"
/>
</div>
<div ref="drawerContent" id="drawerScorll" style="padding-left: 40px;padding-right: 158px;">
<div ref="drawerContent" style="padding-left: 15px;padding-right: 158px;">
<a-form :model="formParam" :rules="rules" layout="vertical" ref="formRef">
<a-row>
<a-col :span="24">
@@ -200,7 +200,7 @@
<a-form-item label="初始授课时长" name="defaultTeachingTime">
<a-input v-model:value="formParam.defaultTeachingTime" style="width:80%; height: 40px; border-radius: 8px; "
:maxLength="8"
@change="clearNonNumber" placeholder="0" allowClear suffix="分钟">
@change="clearNonNumber" placeholder="请输入初始授课时长" allowClear suffix="分钟">
</a-input>
<span style="margin-left: 5px ;" v-if="formParam.defaultTeachingTime === null">0.00小时</span>
<span style="margin-left: 5px ;" v-if="formParam.defaultTeachingTime != null">{{
@@ -1580,8 +1580,8 @@ export default {
height: 112px;
}
::v-deep .ant-upload.ant-upload-select-picture-card{
width: 200px;
height: 112px;
width: 90px;
height: 90px;
}
.i_upload {
width: 200px;
@@ -1742,6 +1742,8 @@ export default {
}
::v-deep .ant-upload.ant-upload-select-picture-card {
border-radius: 50% !important;
width: 90px;
height: 90px;
}
.add_content {
@@ -1764,6 +1766,7 @@ export default {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 20px;
// overflow: auto;
.add_item{
padding: 0 10px;
@@ -2064,8 +2067,8 @@ export default {
text-align: center;
.i_upload_img {
width: 100px;
height: 100px;
width: 84px;
height: 84px;
border-radius: 8px;
}