Commit 0923cab7 authored by 周远喜's avatar 周远喜

ok

parent a1391340
...@@ -34,24 +34,21 @@ export default { ...@@ -34,24 +34,21 @@ export default {
border-right: none; border-right: none;
margin: 0 -1px -1px -1px; margin: 0 -1px -1px -1px;
box-sizing: border-box; box-sizing: border-box;
line-height: 70px; display: flex;
line-height: 40px;
.label { .label {
background: #e8eaf1; background: #f7f7f7;
display: inline-block; display: inline-block;
width: 100px; width: 110px;
text-align: right; text-align: right;
padding: 0 5px; padding: 0 10px 0 0;
line-height: 40px; border-right: 1px solid #ddd;
float: left;
height: 100%;
} }
p { p {
height: 100%;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
margin: 0 10px 0 110px; flex-grow: 1;
line-height: 20px; padding-left: 10px;
padding-top: 10px;
} }
} }
.ivu-col-span-24 { .ivu-col-span-24 {
...@@ -65,7 +62,7 @@ export default { ...@@ -65,7 +62,7 @@ export default {
} }
} }
} }
.new-detail { .new_detail {
.ivu-row { .ivu-row {
width: 100% !important; width: 100% !important;
.filed-col { .filed-col {
...@@ -76,7 +73,6 @@ export default { ...@@ -76,7 +73,6 @@ export default {
width: 100px; width: 100px;
text-align: right; text-align: right;
line-height: 40px; line-height: 40px;
float: left;
height: 100%; height: 100%;
font-weight: bold; font-weight: bold;
} }
......
...@@ -9538,7 +9538,8 @@ ...@@ -9538,7 +9538,8 @@
"dependencies": { "dependencies": {
"deepmerge": { "deepmerge": {
"version": "2.2.1", "version": "2.2.1",
"bundled": true "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz",
"integrity": "sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA=="
} }
} }
}, },
...@@ -19890,7 +19891,8 @@ ...@@ -19890,7 +19891,8 @@
"version": "4.0.8", "version": "4.0.8",
"resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
"integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=",
"dev": true "dev": true,
"optional": true
}, },
"rx-lite-aggregates": { "rx-lite-aggregates": {
"version": "4.0.8", "version": "4.0.8",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment