讲师管理bug

This commit is contained in:
zhangsir
2024-12-16 11:13:34 +08:00
parent 6a32131c40
commit ca25e381db
13 changed files with 1152 additions and 1118 deletions

View File

@@ -2,7 +2,7 @@
<a-drawer
:visible="visible"
:closable="false"
class="RouterFaceStus"
class="largeDrawerStyle"
placement="right"
width="70%"
>
@@ -301,14 +301,14 @@ const queryDrawer = () => {
<style lang="scss" scoped>
.RouterFaceStus {
.largeDrawerStyle {
.drawerMains {
min-width: 600px;
// margin: 0px 32px 0px 32px;
overflow-x: auto;
display: flex;
flex-direction: column;
padding:24px;
.headers {
height: 73px;
border-bottom: 1px solid #e8e8e8;

View File

@@ -2,7 +2,7 @@
<a-drawer
:visible="visible"
:closable="false"
class="RouterFaceStus"
class="largeDrawerStyle"
placement="right"
width="64%"
:zIndex="1001"
@@ -533,14 +533,14 @@ const config = () => {
}
}
.RouterFaceStus {
.largeDrawerStyle {
.drawerMains {
min-width: 600px;
// margin: 0px 32px 0px 32px;
overflow-x: auto;
display: flex;
flex-direction: column;
padding:24px;
.headers {
height: 73px;
border-bottom: 1px solid #e8e8e8;

View File

@@ -1,6 +1,6 @@
<template>
<a-drawer :visible="visible" placement="right" :closable="false" :maskClosable="false"
<a-drawer :visible="visible" class="largeDrawerStyle" placement="right" :closable="false" :maskClosable="false"
width="80%" :title="false">
<!-- 外部讲师查看详情 -->
<div class="LookExternalLecturer">
@@ -332,6 +332,7 @@ export default{
height: 100%;
display: flex;
flex-direction: column;
padding:24px;
.header {
padding: 0px 32px;
height: 73px;

View File

@@ -1,5 +1,5 @@
<template>
<a-drawer :visible="visible" placement="right" :closable="false" :maskClosable="false"
<a-drawer class="largeDrawerStyle" :visible="visible" placement="right" :closable="false" :maskClosable="false"
width="80%" :title="false">
<!-- 内部讲师查看详情 -->
<div class="LookInsideLecturer">
@@ -462,6 +462,7 @@ const handleup = ()=>{
</script>
<style lang="scss" scoped>
.LookInsideLecturer {
padding:24px;
.header {
padding: 0px 32px;
height: 73px;