Commit 22b7b7ce authored by linxin's avatar linxin

fix:小样式

parent 9c23d60f
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
} }
} }
.content { .content {
height: 79%; height: 77%;
.userInfo { .userInfo {
height: 45px; height: 45px;
line-height: 45px; line-height: 45px;
...@@ -272,6 +272,7 @@ export default { ...@@ -272,6 +272,7 @@ export default {
font-size: 15px; font-size: 15px;
margin-left: 16px; margin-left: 16px;
position: relative; position: relative;
top:5px;
} }
.userInfo::before { .userInfo::before {
content: ""; content: "";
......
<template> <template>
<div id="rentInfo"> <div id="rentInfo">
<list-item :item-height="44"> <list-item :item-height="44" style="margin-bottom:0px;">
<item> <item>
<div slot="name">商务政策</div> <div slot="name">商务政策</div>
<input slot="content" v-model="baseInfo.bp_name_sp" readonly > <input slot="content" v-model="baseInfo.bp_name_sp" readonly >
......
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