shish 1 month ago
parent
commit
a4f08b85c8

+ 7 - 0
ghsApp/src/components/module/debt-list-pager.vue

@@ -157,6 +157,13 @@ export default {
   line-height: 64upx;
   font-size: 24upx;
   padding: 0 20upx;
+  color: #333333 !important; /* 默认未禁用时显示深黑色 */
+  border: 1upx solid #b2b8c2 !important; /* 增强边框对比度 */
+}
+.pager-nav-btn[disabled] {
+  color: #999999 !important; /* 禁用时显示淡灰色 */
+  border-color: #e2e8f0 !important;
+  background: #f7fafc !important;
 }
 .pager-nav-btn::after {
   border: none;

+ 1 - 1
ghsApp/src/pagesArrears/details.vue

@@ -43,7 +43,7 @@
 						</view>
 					</view>
 					<view class="btn-view">
-						<button :class="['admin-button-com', 'blue','big']" style="width: 170upx;" @click="createOrder">创建账单</button>
+						<button :class="['admin-button-com', 'blue','big']" style="width: 180upx;" @click="createOrder">创建账单</button>
 					</view>
 				</view>
 			</view>

+ 7 - 0
hdApp/src/components/module/debt-list-pager.vue

@@ -157,6 +157,13 @@ export default {
   line-height: 64upx;
   font-size: 24upx;
   padding: 0 20upx;
+  color: #333333 !important; /* 默认未禁用时显示深黑色 */
+  border: 1upx solid #b2b8c2 !important; /* 增强边框对比度 */
+}
+.pager-nav-btn[disabled] {
+  color: #999999 !important; /* 禁用时显示淡灰色 */
+  border-color: #e2e8f0 !important;
+  background: #f7fafc !important;
 }
 .pager-nav-btn::after {
   border: none;