css
This commit is contained in:
@@ -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": "/"
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user