|
@@ -81,6 +81,10 @@
|
|
|
<div class="k">总价(万):</div>
|
|
|
<input class="ri-input" v-model="area.price" type="text" placeholder="请输入">
|
|
|
</div>
|
|
|
+ <div class="ops">
|
|
|
+ <div class="k">备注:</div>
|
|
|
+ <input class="ri-input" v-model="area.remark" type="text" placeholder="请输入">
|
|
|
+ </div>
|
|
|
<span class="ri-del" @click="roomAreaDel(one, two, three)">删除</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -702,7 +706,7 @@ export default {
|
|
|
font-size: 12px;
|
|
|
background: #e6a23c;
|
|
|
color: #fff;
|
|
|
- width: 51%;
|
|
|
+ width: 50%;
|
|
|
height: 26px;
|
|
|
line-height: 26px;
|
|
|
cursor: pointer;
|