Jelajahi Sumber

修改弹窗和table共用样式

lex-xin 4 tahun lalu
induk
melakukan
7423930981

+ 12 - 0
src/App.vue

@@ -68,6 +68,8 @@ body {
 $--color-primary: teal;
 .el-table {
   width: 99.9% !important;
+  border-left: 1px solid #EBEEF5;
+  border-right: 1px solid #EBEEF5;
 }
 .el-tabs__content {
   overflow: auto;
@@ -87,6 +89,16 @@ input[type="number"] {
 }
 .el-dialog {
   margin-bottom: 10vh;
+  .el-dialog__header {
+    background: #363d55;
+    padding: 15px 20px 15px;
+    .el-dialog__title {
+      color: #fff
+    }
+    .el-dialog__headerbtn .el-dialog__close {
+      color: #fff;
+    }
+  }
 }
 .el-tabs__item.is-active {
   color: #14928a !important;

+ 1 - 1
src/views/contentManager/contentOperation.vue

@@ -253,7 +253,7 @@
       </div>
     </el-dialog>
 
-    <el-dialog width="375px"
+    <el-dialog width="375px" title="预览"
                :visible.sync="lookVisible">
       <div class="sd-container">
         <h2>{{ dataInfo.title }}</h2>

+ 1 - 1
src/views/musicInspection/index.vue

@@ -173,7 +173,7 @@
             <look-detail v-if="tableStatus" :detail="planDetail" />
         </el-dialog>
 
-        <el-dialog :visible.sync="gpsVisible" width="1000px" append-to-body>
+        <el-dialog title="GPS定位" :visible.sync="gpsVisible" width="1000px" append-to-body>
             <gpsLoction v-if="gpsVisible"
                   :activeRow='activeRow' />
         </el-dialog>

+ 1 - 1
src/views/resetTeaming/components/resetSound.vue

@@ -110,7 +110,7 @@
         <template slot-scope="scope">
           <!-- item.name && -->
           <div>
-            <el-dialog :visible.sync="scope.row.markVisible"
+            <el-dialog title="添加教辅" :visible.sync="scope.row.markVisible"
                        style="text-align:left;"
                        width="60%">
               <el-button type='text'

+ 1 - 1
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -362,7 +362,7 @@
       </div>
     </el-dialog>
 
-    <el-dialog :visible.sync="studentVisible"
+    <el-dialog :visible.sync="studentVisible" title="学生列表"
                width="600">
       <el-table :data="studentList"
                 class="studenTable"

+ 3 - 2
src/views/sporadicManager/sporadicList.vue

@@ -457,10 +457,11 @@
         >
       </span>
     </el-dialog>
-    <el-dialog :visible.sync="qrcodeStatus" center width="300px">
+    <el-dialog :visible.sync="qrcodeStatus" center width="300px" title="缴费链接">
       <div class="right-code">
-        <h2 class="title">缴费链接</h2>
+        <!-- <h2 class="title">缴费链接</h2> -->
         <vue-qr :text="qrCodeUrl" style="width: 100%" :margin="0"></vue-qr>
+        
         <!-- <div id="qrcode"
              class="qrcode code"
              ref="qrCodeUrl"></div> -->

+ 3 - 3
src/views/studentManager/studentList.vue

@@ -464,10 +464,10 @@
       </div>
     </el-dialog>
 
-    <el-dialog :visible.sync="qrcodeStatus" center width="300px">
+    <el-dialog title="学员激活列表" :visible.sync="qrcodeStatus" width="300px">
       <div class="right-code">
-        <h2 class="title">学员激活列表</h2>
-        <div id="qrcode" class="qrcode code" ref="qrCodeUrl"></div>
+        <!-- <h2 class="title">学员激活列表</h2> -->
+        <div id="qrcode" class="qrcode code" ref="qrCodeUrl" style="display: flex;justify-content: center;"></div>
         <!-- <p class="code-url"
         v-if="codeUrl2">{{ codeUrl2 }}</p>-->
       </div>

+ 1 - 0
src/views/teacherManager/teacherDetail/components/resetComponent.vue

@@ -139,6 +139,7 @@
       </div>
     </el-dialog>
     <el-dialog :visible.sync="show"
+               title="调整"
                width="400px">
       <resetClass :show="show"
                   @closeReset='closeReset'

+ 1 - 0
src/views/teacherManager/teacherOperation/components/accompanySet.vue

@@ -70,6 +70,7 @@
       </el-row>
     </div>
     <el-dialog :visible.sync="timeVisible"
+               title="添加时间段"
                width="600px"
                :before-close="closetimeVisible">
       <el-form :inline="true"

+ 1 - 1
src/views/teamBuild/components/teamSoundMoney.vue

@@ -110,7 +110,7 @@
                          prop="jiaopu">
           <template slot-scope="scope">
             <div>
-              <el-dialog :visible.sync="scope.row.markVisible"
+              <el-dialog title="添加教辅" :visible.sync="scope.row.markVisible"
                          style="text-align:left;"
                          width="60%">
                 <el-button type="text"

+ 1 - 1
src/views/teamDetail/componentCourse/teacherList.vue

@@ -122,7 +122,7 @@
         </template>
       </el-table-column>
     </el-table>
-    <el-dialog width="1000px"
+    <el-dialog width="1000px" title="GPS定位"
                :visible.sync="gpsVisible"
                append-to-body>
       <gpsLoction v-if="gpsVisible"

+ 1 - 1
src/views/teamDetail/components/salaryList.vue

@@ -114,7 +114,7 @@
         </el-table-column>
       </el-table>
       <el-dialog width="500px"
-                 title=""
+                 title="调整"
                  :visible.sync="innerVisible"
                  append-to-body>
         <!-- 修改代码 -->

+ 1 - 1
src/views/vipClass/vipDetail/components/teacherRecord.vue

@@ -296,7 +296,7 @@
     </el-dialog>
 
     <el-dialog title="点名表" width="800px" :visible.sync="rollCall.status">
-      <el-table :data="rollCall.gridData">
+      <el-table :data="rollCall.gridData" :header-cell-style="{background:'#EDEEF0',color:'#444'}">
         <el-table-column
           align="center"
           property="userName"