style:修改学习路径权限名单 归属权 查看权 管理权

This commit is contained in:
songwc
2022-10-25 16:34:01 +08:00
parent b7d033d9c8
commit d75b4b3701
4 changed files with 14 additions and 10 deletions

View File

@@ -69,7 +69,7 @@
:data-source="tabledata"
:loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true"
:scroll="{ x: 500}"
:scroll="{ x: 500 }"
@expand="expandTable"
:pagination="false"
:row-selection="{
@@ -778,7 +778,7 @@ export default {
<style lang="scss">
.QueryRight {
.drawerMain {
min-width: 600px;
min-width: 550px;
margin: 0px 32px 0px 32px;
// overflow-y: scroll;
display: flex;