From 0892a7ff70f106f7cfa9747ad14cb5308cd03187 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 11 四月 2024 17:23:21 +0800
Subject: [PATCH] 根据回数和片数判断计算当前正在输入的是表格的哪一行哪一列表格的当前单元格蓝边框其他表格边框置灰逻辑

---
 src/components/makepager/CommonSearch.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/makepager/CommonSearch.vue b/src/components/makepager/CommonSearch.vue
index 0af4d23..3381b56 100644
--- a/src/components/makepager/CommonSearch.vue
+++ b/src/components/makepager/CommonSearch.vue
@@ -232,7 +232,7 @@
     align-items: center;
     .left {
       display: flex;
-      width: 150px;
+      width: 300px;
       .download {
         width: 30px;
         height: 30px;

--
Gitblit v1.8.0