mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
feat:修改学习路径操作
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
<!-- 创建小组抽屉 -->
|
||||
<add-group v-model:Avisible="Avisible" />
|
||||
</a-drawer>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -76,7 +75,7 @@ export default {
|
||||
const state = reactive({
|
||||
Avisible: false,
|
||||
value1: "",
|
||||
value2:"",
|
||||
value2: "",
|
||||
value3: "",
|
||||
});
|
||||
const closeDrawer = () => {
|
||||
@@ -120,7 +119,7 @@ export default {
|
||||
.drawerMain {
|
||||
min-width: 600px;
|
||||
margin: 0px 32px 0px 32px;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.header {
|
||||
|
||||
Reference in New Issue
Block a user