From aa6c4d503b54bb18e5f3207c62640a9b81073e9e Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 17 十月 2023 20:02:20 +0800 Subject: [PATCH] 产品列表内部参考改为内部编码 --- src/components/makepager/FormBtnsView.vue | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/makepager/FormBtnsView.vue b/src/components/makepager/FormBtnsView.vue index fc703da..201eb77 100644 --- a/src/components/makepager/FormBtnsView.vue +++ b/src/components/makepager/FormBtnsView.vue @@ -144,11 +144,14 @@ display: flex; justify-content: right; 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 { @@ -172,12 +175,6 @@ } .left_border { border-left: 1px solid #e9e9e9; - } - .no-cursor { - cursor: no-drop; - } - .yes-cursor { - cursor: pointer; } } </style> -- Gitblit v1.8.0