diff --git a/src/manifest.json b/src/manifest.json index 71da1202..5e9463ef 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -29,7 +29,7 @@ "open": true, "proxy": { "/lan": { - "target": "https://szxcweb.icunwei.com", + "target": "http://192.168.1.87:9000", "changeOrigin": true, "pathRewrite": { "^/lan": "/" diff --git a/src/project/lulong/AppHandSnapshot/SelectUser.vue b/src/project/lulong/AppHandSnapshot/SelectUser.vue index 5b2eafaf..2e1da0ae 100644 --- a/src/project/lulong/AppHandSnapshot/SelectUser.vue +++ b/src/project/lulong/AppHandSnapshot/SelectUser.vue @@ -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;