浏览代码

fix basic module style

Michael Wang 6 年之前
父节点
当前提交
503bf8516d

+ 5 - 3
src/modules/basic/view/campus.vue

@@ -7,7 +7,7 @@
         element-loading-text="机构上传中,请稍后..."
       >
         <!-- 表单 -->
-        <ecs-form-search :model="formSearch">
+        <el-form inline :model="formSearch">
           <el-form-item label="顶级机构">
             <el-select
               v-model="formSearch.parentId"
@@ -62,7 +62,9 @@
               新增
             </el-button>
           </el-form-item>
-        </ecs-form-search>
+        </el-form>
+
+        <div class="block-seperator"></div>
 
         <span>操作:</span>
         <el-button
@@ -92,7 +94,7 @@
           导入
         </el-button>
 
-        <div style="width: 100%;margin-bottom: 10px;"></div>
+        <div style="width: 100%; margin-bottom: 10px;"></div>
 
         <!-- 添加或修改学习中心弹出框 -->
         <el-dialog

+ 4 - 0
src/modules/basic/view/course.vue

@@ -1112,6 +1112,10 @@ export default {
 </script>
 
 <style scoped>
+.page {
+  margin-top: 10px;
+}
+
 .input_width_lg {
   width: 180px;
 }

+ 4 - 0
src/modules/basic/view/specially.vue

@@ -893,6 +893,10 @@ export default {
 </script>
 
 <style scoped>
+.page {
+  margin-top: 10px;
+}
+
 .pull_center {
   margin-left: 120px;
 }

+ 4 - 0
src/modules/basic/view/user.vue

@@ -986,6 +986,10 @@ export default {
 </script>
 
 <style scoped>
+.page {
+  margin-top: 10px;
+}
+
 .input_width_lg {
   width: 180px;
 }

+ 0 - 6
src/modules/portal/views/home/Home.vue

@@ -295,9 +295,3 @@ body > .el-container {
   margin-left: -20px;
 }
 </style>
-
-<style>
-.submenu-style .el-menu {
-  min-width: 100px !important;
-}
-</style>

+ 1 - 1
src/modules/portal/views/home/HomeSide.vue

@@ -56,7 +56,7 @@
         >
           <router-link
             :to="{ path: menu2.ext5 }"
-            style="color: white; text-decoration: none;"
+            style="color: white; text-decoration: none; margin-left: 9px;"
             active-class="router-link-active"
           >
             {{ menu2.name }}