deason 6 년 전
부모
커밋
a23a360b2c

+ 5 - 4
src/modules/print/view/CourseStatistic.vue

@@ -86,10 +86,13 @@
           </el-form-item>
 
           <el-form-item label="试卷名称">
-            <el-input v-model="formSearch.paperName"></el-input>
+            <el-input
+              v-model="formSearch.paperName"
+              style="width: 221px"
+            ></el-input>
           </el-form-item>
 
-          <el-form-item class="pull-right">
+          <el-form-item style="padding-left: 30px">
             <el-button
               size="small"
               type="primary"
@@ -157,7 +160,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="primary"
                 icon="el-icon-view"
                 v-show="scope.row.paperStatus == '2'"
                 @click="preview(scope.row);"
@@ -166,7 +168,6 @@
 
               <el-button
                 size="mini"
-                type="primary"
                 icon="el-icon-download"
                 v-show="scope.row.paperStatus == '2'"
                 @click="download(scope.row);"

+ 1 - 2
src/modules/print/view/ExamStructure.vue

@@ -50,7 +50,7 @@
             </el-select>
           </el-form-item>
 
-          <el-form-item class="pull-right">
+          <el-form-item>
             <el-button
               size="small"
               type="primary"
@@ -92,7 +92,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="primary"
                 icon="el-icon-menu"
                 @click="cloneStructure(scope.row);"
                 :disabled="!hasPermit"

+ 3 - 5
src/modules/print/view/Project.vue

@@ -88,7 +88,7 @@
             </el-select>
           </el-form-item>
 
-          <el-form-item class="pull-right">
+          <el-form-item style="padding-left: 60px">
             <el-button
               size="small"
               type="primary"
@@ -116,7 +116,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="primary"
                 icon="el-icon-view"
                 @click="gotoProjectStatistic(scope.row);"
                 >查看
@@ -128,7 +127,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="primary"
                 icon="el-icon-menu"
                 @click="openProjectSettingDialog(scope.row);"
                 :disabled="!hasPermit"
@@ -322,12 +320,12 @@
           </el-row>
         </el-form>
 
-        <span slot="footer" class="dialog-footer" style="text-align: center">
+        <div style="text-align: center">
           <el-button type="primary" @click="editProjectSetting"
             >确 定
           </el-button>
           <el-button @click="closeProjectSettingDialog">取 消</el-button>
-        </span>
+        </div>
       </el-dialog>
     </div>
   </section>

+ 1 - 3
src/modules/print/view/ProjectStatistic.vue

@@ -55,7 +55,7 @@
             </el-select>
           </el-form-item>
 
-          <el-form-item class="pull-right">
+          <el-form-item>
             <el-button
               size="small"
               type="primary"
@@ -118,7 +118,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="primary"
                 icon="el-icon-menu"
                 v-if="scope.row.btnType == 'BACKUP'"
                 @click="editBackupSetting(scope.row);"
@@ -128,7 +127,6 @@
 
               <el-button
                 size="mini"
-                type="primary"
                 icon="el-icon-edit"
                 v-if="scope.row.btnType == 'OTHER'"
                 @click="editOtherSetting(scope.row);"

+ 1 - 4
src/modules/print/view/ProjectTemplate.vue

@@ -50,7 +50,7 @@
             </el-select>
           </el-form-item>
 
-          <el-form-item class="pull-right">
+          <el-form-item>
             <el-button
               size="small"
               type="primary"
@@ -75,7 +75,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="default"
                 icon="el-icon-upload"
                 @click="upload(scope.row);"
                 >上传
@@ -86,7 +85,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="default"
                 icon="el-icon-download"
                 @click="download(scope.row);"
                 >下载
@@ -97,7 +95,6 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="default"
                 icon="el-icon-view"
                 @click="preview(scope.row);"
                 >预览