瀏覽代碼

样式修改

tanxue 1 月之前
父節點
當前提交
7300f3f1be
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. 4 3
      common/styles/global/pages.scss
  2. 1 1
      pages/admin/Jiazheng/banzhengXinxiList.vue

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

@@ -789,11 +789,12 @@
 		width:100%;background-color: #f8f9fd;position: absolute;top: calc(170rpx + var(--status-bar-height));bottom: 0;
 		display: flex;flex-direction: column;
 		.bz-new-btn-box{
-			padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;
-			.phone-green-btn{font-size: 28rpx;}
-			}
+			padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;display: flex;align-items: center;
+			uni-button{width:40%;font-size: 28rpx;padding:20rpx;line-height: 1;}
+		}
 		.bzxx-wrap-box{flex: 1;overflow: auto;padding-bottom: 140rpx;}
 		.bzxx-card-box{background-color: #fff;padding:24rpx 38rpx;font-size: 28rpx;color: #666;line-height: 1;margin-top: 20rpx;}
+		.bzxx-card-box:first-child{margin-top: 0;}
 		.name-btn-box{
 			font-size: 32rpx;color: #000;display: flex;justify-content: space-between;align-items: center;margin-bottom: 16rpx;
 			.jg-name{@include single-line-ellipsis();}

+ 1 - 1
pages/admin/Jiazheng/banzhengXinxiList.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="bzxx-list-page">
 		<view class="bz-new-btn-box" v-if="list.length>0">
-			<button type="default" class="phone-green-btn" @click="addBanzheng">添加</button>
+			<button type="default" class="phone-white-btn" @click="addBanzheng">添加</button>
 			<button type="default" class="phone-green-btn" @click="addBanzhengPiliang">批量添加</button>
 		</view>
 		<view class="bzxx-wrap-box" v-if="list.length>0">