diff --git a/components/fzlc-view/fzlc-view.vue b/components/fzlc-view/fzlc-view.vue index 52f1098..16794ed 100644 --- a/components/fzlc-view/fzlc-view.vue +++ b/components/fzlc-view/fzlc-view.vue @@ -1,120 +1,101 @@ - - \ No newline at end of file diff --git a/components/gqjg-view/gqjg-view.vue b/components/gqjg-view/gqjg-view.vue index 0dfae2e..c98aa5d 100644 --- a/components/gqjg-view/gqjg-view.vue +++ b/components/gqjg-view/gqjg-view.vue @@ -4,7 +4,7 @@ 实际控制人 - + {{actualControlInfo.actual_controller_name}} @@ -14,7 +14,7 @@ 控制比例 - {{actualControlInfo.holding_ratio.toFixed(2)}}% + {{actualControlInfo.holding_ratio.toFixed(2)}}% {{getNumStr(actualControlInfo.holding_shares)}}股 @@ -26,10 +26,8 @@ 2025-09-30 00:00:00 - - - 前1大股东 - + + {{item.stat_item}} 49.56% @@ -40,7 +38,7 @@ - + @@ -65,21 +63,19 @@ - - 股东名称 - 股东类型 - 持股数量 - 持股比例 - 股份性质 + + 股东名称 + 股东类型 + 持股数量 + 持股比例 + 股份性质 {{item.shareholder_name}} {{item.shareholder_type}} {{getNumStr(item.holding_shares)}}股 {{item.total_share_ratio}}% - - {{item.share_nature}} + {{item.share_nature}} @@ -90,21 +86,19 @@ - - 股东名称 - 股东类型 - 持股数量 - 流通股比例 - 股份性质 + + 股东名称 + 股东类型 + 持股数量 + 流通股比例 + 股份性质 {{item.shareholder_name}} {{item.shareholder_type?item.shareholder_type:'-'}} {{getNumStr(item.holding_shares)}}股 {{item.total_share_ratio}}% - - {{item.share_nature}} + {{item.share_nature}} @@ -125,6 +119,7 @@ }, props:{ actualControlInfo:Object, //实际控制人信息 + concentrationList:[], //股权集中度列表 shareholdersList:Array, //十大股东列表 circulatingShareholdersList:Array, //十大流通股东列表 competitivePositionInfo:Object, //竞争地位信息 @@ -275,31 +270,43 @@ .back { margin: 25rpx 0; font-weight: 500; - background-color: #FAFAFC; border-radius: 10rpx; - padding: 25rpx 13rpx; - box-sizing: border-box; color: #666666; .top { width: 100%; - display: grid; + display: grid; + align-items: center; grid-template-columns: 166rpx repeat(4, 1fr); - font-size: 22rpx; - background-color: white; + background-color: white; + height: 60rpx; &.action { - background-color: #FAFAFC; + background-color: #FAFAFC; } - - .child { + .head + { + padding: 0 10rpx; + font-size: 22rpx; + } + .child { + padding: 0 10rpx; font-size: 18rpx; overflow: hidden; white-space: nowrap; - text-overflow: ellipsis; - margin: 10rpx 0; + text-overflow: ellipsis; } - .child:first-child { - margin-right: 20rpx; + .nature + { + background-color: #FFF7E9; + margin: 10rpx; + line-height: 36rpx; + border-radius: 5rpx; + font-size: 18rpx; + color: #E0AC4A; + text-align: center; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } } } diff --git a/components/ywjg-view/ywjg-view.vue b/components/ywjg-view/ywjg-view.vue index 1cb5bf0..fe4cd43 100644 --- a/components/ywjg-view/ywjg-view.vue +++ b/components/ywjg-view/ywjg-view.vue @@ -1,10 +1,11 @@