mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改样式
This commit is contained in:
@@ -1066,7 +1066,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submitCourse() {
|
submitCourse() {
|
||||||
if(!this.courseInfo.orgId || !this.orgKid){
|
if(!this.courseInfo.orgId || !this.orgKid){
|
||||||
this.$message.success('请选择资源归属');
|
this.$message.error('请选择资源归属');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//console.log(this.resOwnerListMap[0],'this.resOwnerListMap[0]');
|
//console.log(this.resOwnerListMap[0],'this.resOwnerListMap[0]');
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="u-page">
|
<div class="u-page">
|
||||||
<div style="padding: 2px 0px 20px 0px;">
|
<div style="padding: 2px 0px 10px 0px;">
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="4">
|
<el-col :span="4">
|
||||||
<el-cascader placeholder="内容分类" clearable v-model="sysTypeList" :props="defaultTypeProps" :options="sysTypeListMap"></el-cascader>
|
<el-cascader placeholder="内容分类" clearable v-model="sysTypeList" :props="defaultTypeProps" :options="sysTypeListMap"></el-cascader>
|
||||||
|
|||||||
@@ -28,9 +28,7 @@
|
|||||||
<el-button icon="el-icon-refresh-right" type="primary" @click="reset">重置</el-button>
|
<el-button icon="el-icon-refresh-right" type="primary" @click="reset">重置</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row :gutter="10" style="margin-top:10px">
|
|
||||||
|
|
||||||
</el-row>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- <div style="padding-left">
|
<!-- <div style="padding-left">
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="u-page">
|
<div class="u-page">
|
||||||
<div style="padding: 2px 0px 20px 0px;">
|
<div style="padding: 2px 0px 10px 0px;">
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="4">
|
<el-col :span="4">
|
||||||
<el-cascader placeholder="内容分类" clearable v-model="sysTypeList" :props="defaultTypeProps" :options="sysTypeListMap"></el-cascader>
|
<el-cascader placeholder="内容分类" clearable v-model="sysTypeList" :props="defaultTypeProps" :options="sysTypeListMap"></el-cascader>
|
||||||
|
|||||||
Reference in New Issue
Block a user