This commit is contained in:
liuye
2024-05-09 11:05:26 +08:00
parent 9cfbfd5eb7
commit 7da876c86d
2 changed files with 13 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
"open": true, "open": true,
"proxy": { "proxy": {
"/lan": { "/lan": {
"target": "https://szxcweb.icunwei.com", "target": "http://192.168.1.87:9000",
"changeOrigin": true, "changeOrigin": true,
"pathRewrite": { "pathRewrite": {
"^/lan": "/" "^/lan": "/"

View File

@@ -204,8 +204,8 @@ export default {
.cards { .cards {
display: flex; display: flex;
align-items: center; align-items: center;
height: 120px; // height: 120px;
line-height: 120px; // line-height: 120px;
// background: pink; // background: pink;
padding: 0 0 0 32px; padding: 0 0 0 32px;
@@ -238,10 +238,13 @@ export default {
align-items: center; align-items: center;
margin-left: 32px; margin-left: 32px;
border-bottom: 1px solid #e4e5e6; border-bottom: 1px solid #e4e5e6;
padding: 36px 0;
.applicationNames { .applicationNames {
font-size: 36px; font-size: 36px;
font-weight: 500; font-weight: 500;
color: #333333; line-height: 48px;
color: #333;
word-break: break-all;
} }
.imgs { .imgs {
width: 40px; width: 40px;
@@ -256,8 +259,8 @@ export default {
.cards { .cards {
display: flex; display: flex;
align-items: center; align-items: center;
height: 120px; // height: 120px;
line-height: 120px; // line-height: 120px;
// background: pink; // background: pink;
padding: 0 0 0 32px; padding: 0 0 0 32px;
@@ -285,11 +288,13 @@ export default {
align-items: center; align-items: center;
margin-left: 32px; margin-left: 32px;
border-bottom: 1px solid #e4e5e6; border-bottom: 1px solid #e4e5e6;
padding-right: 40px; padding: 36px 40px 36px 0;
.applicationNames { .applicationNames {
font-size: 36px; font-size: 36px;
font-weight: 500; font-weight: 500;
color: #333333; color: #333;
line-height: 48px;
word-break: break-all;
} }
.idNumbers { .idNumbers {
color: #666; color: #666;