mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
教师调整
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
title="教师信息"
|
||||
:visible.sync="dialogVisible"
|
||||
width="42%"
|
||||
class="teardiabox"
|
||||
>
|
||||
<div class="teachbox" style="height:100px">
|
||||
<div class="tearch-img"><img :src="fileBaseUrl+userData.avatar" alt=""></div>
|
||||
@@ -259,6 +260,12 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-dialog__body{
|
||||
padding: 30px 50px !important;
|
||||
}
|
||||
.teardiabox{
|
||||
padding: 20px 30px;
|
||||
}
|
||||
.teachexcel{
|
||||
padding: 5px 10px;
|
||||
margin-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user