|
@@ -49,13 +49,11 @@
|
|
|
</div>
|
|
|
<div class="dialog-footer">
|
|
|
<el-button @click="outerVisible = false">取 消</el-button>
|
|
|
- <el-button type="primaryone" @click="editDepositRatio()">确定</el-button>
|
|
|
+ <el-button type="primary" @click="editDepositRatio()">确定</el-button>
|
|
|
</div>
|
|
|
</WinseaContentModal>
|
|
|
|
|
|
<!--增加定金-->
|
|
|
- <el-button class="bg-bottom" type="primary" size="small" @click="addPrice()"
|
|
|
- >增加定金</el-button>
|
|
|
<WinseaContentModal
|
|
|
v-model="outerVisibleAdd"
|
|
|
title="增加定金"
|
|
@@ -78,13 +76,11 @@
|
|
|
|
|
|
<div class="dialog-footer">
|
|
|
<el-button @click="outerVisibleAdd = false">取 消</el-button>
|
|
|
- <el-button type="primaryadd" @click="editPriceAdd()">确定</el-button>
|
|
|
+ <el-button type="primary" @click="editPriceAdd()">确定</el-button>
|
|
|
</div>
|
|
|
</WinseaContentModal>
|
|
|
|
|
|
<!--退回定金-->
|
|
|
- <el-button class="bg-bottom" type="primary" size="small" @click="returnPrice()"
|
|
|
- >退回定金</el-button>
|
|
|
<WinseaContentModal
|
|
|
v-model="outerVisibleReturn"
|
|
|
title="退回定金"
|
|
@@ -106,7 +102,7 @@
|
|
|
|
|
|
<div class="dialog-footer">
|
|
|
<el-button @click="outerVisibleReturn = false">取 消</el-button>
|
|
|
- <el-button type="primaryreturn" @click="editPriceReturn()">确定</el-button>
|
|
|
+ <el-button type="primary" @click="editPriceReturn()">确定</el-button>
|
|
|
</div>
|
|
|
</WinseaContentModal>
|
|
|
</template>
|
|
@@ -434,15 +430,7 @@ export default {
|
|
|
background-color: #5878e8;
|
|
|
border-color: #5878e8;
|
|
|
}
|
|
|
-.el-button--primaryone {
|
|
|
- background-color: #5878e8;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-.el-button--primaryadd {
|
|
|
- background-color: #5878e8;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-.el-button--primaryreturn {
|
|
|
+.el-button--primary {
|
|
|
background-color: #5878e8;
|
|
|
color: #fff;
|
|
|
}
|