讲师管理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;