From 09abeae851f72a25f105030e37c6a0c9f3189378 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 07 七月 2026 14:54:57 +0800
Subject: [PATCH] 测试完成

---
 src/views/outsideChainwtnew.vue |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/views/outsideChainwtnew.vue b/src/views/outsideChainwtnew.vue
index 6125e1c..4080709 100644
--- a/src/views/outsideChainwtnew.vue
+++ b/src/views/outsideChainwtnew.vue
@@ -500,6 +500,7 @@
       console.log(url, "url");
       // let url = 'http://218.108.11.22:8093/sf/003';
       // let urlid = this.extractLastSegmentFromUrl(url);
+      console.log("妫掓2");
 
       geturlinfo(url).then((res) => {
         if (res.code == 200) {
@@ -1033,15 +1034,16 @@
   margin: 12px 0;
   padding: 0 4px;
 }
-// 淇敼 options-group 鐨勬牱寮�
-.options-group {
+::v-deep .el-radio-group.options-group,
+::v-deep .el-checkbox-group.options-group {
   display: grid;
-  grid-template-columns: repeat(2, 1fr); // 鏀逛负涓ゅ垪缃戞牸
+  grid-template-columns: repeat(2, 1fr);
   gap: 10px;
   width: 100%;
 }
-// 閽堝澶氶�夌殑 checkbox-group 涔熷簲鐢ㄥ悓鏍风殑缃戞牸甯冨眬
-:deep(.el-checkbox-group) {
+
+// 鍚屾牱澶勭悊澶氶�夌殑鎯呭喌
+::v-deep .el-checkbox-group {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 10px;
@@ -1099,12 +1101,7 @@
   white-space: normal;
   line-height: 1.4;
 }
-// 鍦ㄥ皬灞忓箷涓婅皟鏁翠负鍗曞垪
-@media (max-width: 300px) {
-  .options-group {
-    grid-template-columns: 1fr; // 瓒呭皬灞忓箷鎭㈠鍗曞垪
-  }
-}
+
 .abnormal-indicator {
   color: #f56c6c;
   font-weight: bold;

--
Gitblit v1.9.3