소스 검색

样式修改

wolyshaw 4 년 전
부모
커밋
90244dd032
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      src/views/businessManager/shopManager/shopCategory.vue
  2. 1 1
      src/views/studentManager/components/teamAndcourse.vue

+ 3 - 3
src/views/businessManager/shopManager/shopCategory.vue

@@ -19,7 +19,7 @@
           <el-table-column align='center'
                            label="声部属性">
             <template slot-scope="scope">
-              {{ scope.row.subjectName | joinArray(',') }}
+              <overflow-text width="100%" :text="scope.row.subjectName | joinArray(',')"></overflow-text>
             </template>
           </el-table-column>
           <el-table-column align='center'
@@ -100,7 +100,7 @@ export default {
         create: '添加商品分类',
         update: '修改商品分类'
       },
-      typeStatus: false, // 添加教学点 
+      typeStatus: false, // 添加教学点
       formLabelWidth: '120px',
       form: {
         name: null, // 作业模块名称
@@ -257,4 +257,4 @@ export default {
 /deep/.el-select {
   width: 100% !important;
 }
-</style>
+</style>

+ 1 - 1
src/views/studentManager/components/teamAndcourse.vue

@@ -62,7 +62,7 @@
     <el-dialog
       :visible.sync="coursesShow"
       title="排课详情"
-      width="800px"
+      width="1000px"
     >
     <template>
       <!-- 搜索类型 -->