From 7e55bfe3cc5989e8b225e4701861106c912291b7 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 20 十二月 2023 17:13:08 +0800 Subject: [PATCH] 销售明细单增加 采购信息模块 样式开发+报价单格式调整为上下结构前端样式开发+报价单列表客户名称和状态 --- src/components/makepager/PublicFunctionBtnView.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/components/makepager/PublicFunctionBtnView.vue b/src/components/makepager/PublicFunctionBtnView.vue index 3036c9e..00df97b 100644 --- a/src/components/makepager/PublicFunctionBtnView.vue +++ b/src/components/makepager/PublicFunctionBtnView.vue @@ -79,7 +79,7 @@ }, allocation: { type: Boolean, - default: true + default: false }, deleteButton: { type: Boolean, @@ -199,8 +199,6 @@ <!-- Add "scoped" attribute to limit CSS to this component only --> <style lang="scss" scoped> .function-btn { - margin-top: 10px; - margin-left: 10px; .btn-list { display: flex; .el-button { -- Gitblit v1.8.0