css
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"open": true,
|
||||
"proxy": {
|
||||
"/lan": {
|
||||
"target": "https://szxcweb.icunwei.com",
|
||||
"target": "http://192.168.1.87:9000",
|
||||
"changeOrigin": true,
|
||||
"pathRewrite": {
|
||||
"^/lan": "/"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user