From f3f3cce9ae4f9df2de4832d256e75911f78c74f9 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 17 十月 2023 20:37:36 +0800 Subject: [PATCH] style: 调整表格组件行高/页头/字体/字号/颜色 --- src/components/makepager/FormBtnsView.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/makepager/FormBtnsView.vue b/src/components/makepager/FormBtnsView.vue index 1a31735..eee8037 100644 --- a/src/components/makepager/FormBtnsView.vue +++ b/src/components/makepager/FormBtnsView.vue @@ -142,13 +142,16 @@ <style lang="scss" scoped> .content-number { display: flex; - justify-content: right; + // justify-content: left; height: 44px; - border-bottom: 1px solid #e9e9e9; + // border-bottom: 1px solid #e9e9e9; + padding: 0px 10px; font-size: 13px; .sub-number { width: 12.5%; border-right: 1px solid #e9e9e9; + border-top: 1px solid #e9e9e9; + border-bottom: 1px solid #e9e9e9; display: flex; padding: 3px 9px; .left { -- Gitblit v1.8.0