From 2fd7b502110d916d7bc43ab1e88f6586fa2cd3c3 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期五, 03 十一月 2023 11:27:21 +0800
Subject: [PATCH] 修改风险模型页面 排名清单卡片高度

---
 src/sfc/ExceptionType.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/sfc/ExceptionType.vue b/src/sfc/ExceptionType.vue
index bc94076..43b8b90 100644
--- a/src/sfc/ExceptionType.vue
+++ b/src/sfc/ExceptionType.vue
@@ -32,8 +32,8 @@
                 // this.exceptionType = response.data.data
                 response.data.data.forEach(item => {
                     this.exceptionType.push(item.exceptionType)
-
                 });
+                // console.log('鑾峰彇鍒扮殑寮傚父绫诲瀷锛�',this.exceptionType);
                 let a = ['0','1','2','3','4','5','6','7']
                 a.forEach(item=>{
                   if(this.exceptionType.indexOf(item) == -1){
@@ -91,7 +91,6 @@
     display: flex; 
 }
 .exception-text {
-  // font-weight: bold;
   font-size: 14px;
   color: #333333;
   margin-top: 5px;

--
Gitblit v1.9.3