Commit 0d4f08ab authored by 仇晓婷's avatar 仇晓婷

tt

parent e3499934
...@@ -22,46 +22,53 @@ export default { ...@@ -22,46 +22,53 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
.detail { .detail {
display: table; // display: table;
height: 100%; height: 100%;
border-collapse: collapse; border-collapse: collapse;
.ivu-row { .ivu-row {
border: 1px solid #ddd; border: 1px solid #ddd;
border-top: none; border-top: none;
height: 100%; // height: 100px;
.filed-col { .filed-col {
max-width: 970px; max-width: 970px;
border: 1px solid #ddd; border-top: 1px solid #ddd;
border-right: none; border-left: 1px solid #ddd;
margin: 0 -1px -1px -1px; margin-left: -1px;
box-sizing: border-box; box-sizing: border-box;
// line-height: 70px;
max-height: 100px;
.label { .label {
background: #e8eaf1; // background: #e8eaf1;
display: inline-block; // display: inline-block;
width: 100px; width: 100px;
text-align: right; text-align: right;
padding: 0 5px; padding: 0 5px;
line-height: 35px; // line-height: 40px;
float: left; float: left;
height: 100%; height: inherit;
} }
p { p {
max-width: 870px; max-width: 870px;
height: 100%; height: inherit;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
margin: 0 10px 0 110px; // margin: 0 10px 0 110px;
line-height: 20px; padding: 5px;
padding-top: 7px; line-height: 30px;
margin-left: 110px;
// border-left: 1px solid #ddd;
// padding-top: 10px;
} }
} }
.ivu-col-span-24 { .ivu-col-span-24 {
.label { .label {
height: 100%; height: inherit;
line-height: 70px; padding: 0.5% 5px;
} }
p { p {
padding-top: 10px; height: inherit;
// padding-top: 1%;
} }
} }
} }
......
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