陈鹏飞
5 years ago
8 changed files with 121 additions and 35 deletions
@ -1,6 +1,6 @@
|
||||
{ |
||||
"/api": { |
||||
"target": "http://39.106.78.171:8088", |
||||
"target": "http://59.111.63.117:8090", |
||||
"secure": false, |
||||
"changeOrigin": true |
||||
} |
||||
|
@ -1,21 +1,46 @@
|
||||
.content { |
||||
width: 100%; |
||||
height: 100%; |
||||
height: 90%; |
||||
padding: 10px; |
||||
overflow-y: auto; |
||||
.contentBox { |
||||
width: 75%; |
||||
height: 100%; |
||||
margin: 0 auto; |
||||
} |
||||
} |
||||
.mat-icon { |
||||
cursor:pointer; |
||||
} |
||||
|
||||
|
||||
//每一行 flex布局 |
||||
.flexBox { |
||||
display: flex; |
||||
|
||||
//可展开面板每一行css |
||||
.textContent { |
||||
width: 15%; |
||||
color: black; |
||||
text-align: center; |
||||
border: 1px solid black; |
||||
:first-child{flex: 5%} |
||||
:nth-child(2) {flex: 15%} |
||||
:nth-child(3) {flex: 15%} |
||||
:last-child {flex: 65%} |
||||
} |
||||
.lastTextContent { |
||||
width: 50%; |
||||
color: black; |
||||
text-align: center; |
||||
} |
||||
|
||||
//bottom用户输入框 |
||||
.InputField { |
||||
display: inline-block; |
||||
margin: 10px 25px; |
||||
label {margin-right: 10px;} |
||||
input { |
||||
height: 22px; |
||||
line-height: 22px; |
||||
border-radius: 3px;} |
||||
} |
||||
textarea { |
||||
border-radius: 5px; |
||||
padding: 5px; |
||||
width: 300px; |
||||
height: 36px; |
||||
resize: none; |
||||
} |
Before Width: | Height: | Size: 20 KiB |
Loading…
Reference in new issue