页面优化

This commit is contained in:
hongchao 2025-04-14 14:40:10 +08:00
parent 493ce4d513
commit 8972bfa421
4 changed files with 26 additions and 26 deletions

View File

@ -168,9 +168,9 @@ page {
.new-purchase { .new-purchase {
background-color: #fff; background-color: #fff;
border-radius: 20rpx; border-radius: 20rpx;
padding: 20rpx 16rpx; padding: 10rpx 8rpx;
margin-bottom: 16rpx; margin-bottom: 8rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06); box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.06);
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -182,7 +182,7 @@ page {
} }
.title-text { .title-text {
margin-top: 10px; margin-top: 5px;
padding: 0px 0; padding: 0px 0;
display: flex; display: flex;
align-items: center; align-items: center;
@ -194,7 +194,7 @@ page {
.title-text div:first-child { .title-text div:first-child {
width: 5px; width: 5px;
height: 20px; height: 10px;
margin-right: 8px; margin-right: 8px;
background-color: #2d73cf; background-color: #2d73cf;
} }
@ -216,9 +216,9 @@ page {
// //
image { image {
width: 170rpx; width: 120rpx;
height: 170rpx; height: 120rpx;
margin-bottom: 6rpx; margin-bottom: 2rpx;
} }
// //

View File

@ -221,9 +221,9 @@ page {
.new-purchase { .new-purchase {
background-color: #fff; background-color: #fff;
border-radius: 20rpx; border-radius: 20rpx;
padding: 20rpx 16rpx; padding: 10rpx 8rpx;
margin-bottom: 16rpx; margin-bottom: 8rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06); box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.06);
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -235,7 +235,7 @@ page {
} }
.title-text { .title-text {
margin-top: 10px; margin-top: 5px;
padding: 0px 0; padding: 0px 0;
display: flex; display: flex;
align-items: center; align-items: center;
@ -247,7 +247,7 @@ page {
.title-text div:first-child { .title-text div:first-child {
width: 5px; width: 5px;
height: 20px; height: 10px;
margin-right: 8px; margin-right: 8px;
background-color: #2d73cf; background-color: #2d73cf;
} }
@ -269,9 +269,9 @@ page {
// //
image { image {
width: 170rpx; width: 120rpx;
height: 170rpx; height: 120rpx;
margin-bottom: 6rpx; margin-bottom: 2rpx;
} }
// //

View File

@ -307,9 +307,9 @@ page {
.new-purchase { .new-purchase {
background-color: #fff; background-color: #fff;
border-radius: 20rpx; border-radius: 20rpx;
padding: 20rpx 16rpx; padding: 10rpx 8rpx;
margin-bottom: 16rpx; margin-bottom: 8rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06); box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.06);
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -321,7 +321,7 @@ page {
} }
.title-text { .title-text {
margin-top: 10px; margin-top: 5px;
padding: 0px 0; padding: 0px 0;
display: flex; display: flex;
align-items: center; align-items: center;
@ -333,7 +333,7 @@ page {
.title-text div:first-child { .title-text div:first-child {
width: 5px; width: 5px;
height: 20px; height: 10px;
margin-right: 8px; margin-right: 8px;
background-color: #2d73cf; background-color: #2d73cf;
} }
@ -355,9 +355,9 @@ page {
// //
image { image {
width: 170rpx; width: 120rpx;
height: 170rpx; height: 120rpx;
margin-bottom: 6rpx; margin-bottom: 2rpx;
} }
// //

View File

@ -7,9 +7,9 @@ import { useMemberStore } from '@/stores'
*/ */
const ENV = process.env.NODE_ENV const ENV = process.env.NODE_ENV
// export const baseURL = ENV === 'development' ? 'http://192.168.0.244:18580' : 'http://192.168.0.244:18580'//测试 // export const baseURL = ENV === 'development' ? 'http://192.168.0.244:18580' : 'http://192.168.0.244:18580'//测试
// export const baseURL = ENV === 'development' ? 'http://36.33.26.201:19988/prod-api/' : 'http://36.33.26.201:19988/prod-api/'//生产 export const baseURL = ENV === 'development' ? 'http://sgwpdm.ah.sgcc.com.cn/iws/jiju-api/' : 'http://sgwpdm.ah.sgcc.com.cn/iws/jiju-api/'//生产
// export const baseURL = ENV === 'development' ? 'http://192.168.0.234:18080' : '***' // export const baseURL = ENV === 'development' ? 'http://192.168.0.234:18080' : '***'
export const baseURL = ENV === 'development' ? 'http://192.168.0.15:18080' : 'http://192.168.2.23:18080'//马 // export const baseURL = ENV === 'development' ? 'http://192.168.0.15:18080' : 'http://192.168.2.23:18080'//马
// export const baseURL = ENV === 'development' ? '/api' : '***' // export const baseURL = ENV === 'development' ? '/api' : '***'
// **********OCR识别为NVUE文件页面请求URL需要同步配置********** // **********OCR识别为NVUE文件页面请求URL需要同步配置**********