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,
"proxy": {
"/lan": {
"target": "https://szxcweb.icunwei.com",
"target": "http://192.168.1.87:9000",
"changeOrigin": true,
"pathRewrite": {
"^/lan": "/"

View File

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