Browse Source

样式修改

tanxue 2 ngày trước cách đây
mục cha
commit
e8b283cff8
2 tập tin đã thay đổi với 11 bổ sung8 xóa
  1. 3 1
      common/styles/global/pages.scss
  2. 8 7
      pages/admin/ShouYe/shouye.vue

+ 3 - 1
common/styles/global/pages.scss

@@ -229,8 +229,10 @@
 	.cj-icon{background-image: url("@/static/images/index/cj-icon.png");}
 	.lx-icon{background-image: url("@/static/images/index/lx-icon.png");}
 	.kc-icon{background-image: url("@/static/images/index/kc-icon.png");}
+	.kscx-icon{background-image: url("@/static/images/index/kscx-icon.png");}
 	.zjz-icon{background-image: url("@/static/images/index/zjzgs-icon.png");}
 	.ht-a-icon{background-image: url("@/static/images/index/ht-a-icon.png");}
+	.ht-sh-icon{background-image: url("@/static/images/index/ht-sh-icon.png");}
 	.ht-icon{background-image: url("@/static/images/index/ht-icon.png");}
 	.jzkh-icon{background-image: url("@/static/images/index/jzkh-icon.png");}
 	.sfht-icon{background-image: url("@/static/images/index/sfht-icon.png");}
@@ -1365,7 +1367,7 @@
 	.uni-list--border-top{display: none!important;}
 	
 	.sfht-list-item-box{
-		width: 100%;background-color: #f4f6fa!important;
+		width: 100%;background-color: #f4f6fa!important;flex-shrink: 0;
 		.uni-list--border{display: none!important;}
 		.uni-list-item__container{padding: 0 24rpx 20rpx;flex-direction: column;}
 	}

+ 8 - 7
pages/admin/ShouYe/shouye.vue

@@ -67,6 +67,10 @@
 				<icon class="index-icon ks-icon"></icon>
 				<text>考试管理</text>
 			</view>
+			<view @click="goToPage('kscx')" class="card-item-box">
+				<icon class="index-icon kscx-icon"></icon>
+				<text>考试查询</text>
+			</view>
 			<view @click="goToPage('cj')" class="card-item-box">
 				<icon class="index-icon cj-icon"></icon>
 				<text>成绩管理</text>
@@ -79,17 +83,14 @@
 				<icon class="index-icon kc-icon"></icon>
 				<text>课程管理</text>
 			</view>
-			<view @click="goToPage('kscx')" class="card-item-box">
-				<icon class="index-icon kz-icon"></icon>
-				<text>考试查询</text>
-			</view>
+			
 		</view>
 		<view class="card-list-box">
 			<view class="card-list-title">合同管理</view>
 			<view @click="goToPage('jzht')" class="card-item-box">
-				<icon class="index-icon ht-a-icon" v-if="indexInfoData.status === 0">待签</icon>
-				<icon class="index-icon ht-a-icon" v-if="indexInfoData.status === 1">待审核</icon>
-				<icon class="index-icon ht-icon" v-if="indexInfoData.status === 2 && indexInfoData.status === 3">其他</icon>
+				<icon class="index-icon ht-a-icon" v-if="indexInfoData.status === 0"></icon>
+				<icon class="index-icon ht-sh-icon" v-if="indexInfoData.status === 1"></icon>
+				<icon class="index-icon ht-icon" v-if="indexInfoData.status === 2 && indexInfoData.status === 3"></icon>
 				<text>家政合同</text>
 			</view>
 			<view @click="goToPage('sfht')" class="card-item-box">