提交 b87b7a63 authored 作者: coderBryanFu's avatar coderBryanFu

update

上级 20c4fb9c
......@@ -82,7 +82,7 @@
{{ News.hotspotTag }}
</div>
</div>
<img :src="News.hotspotPicture" style="width: 96px; height: 96px" />
<img :src="News.hotspotPicture?News.hotspotPicture:DefaultOrgIcon" style="width: 96px; height: 96px" />
</div>
<div style="/* 矩形 351 */ width: 664px; height: 1px; background: rgba(234, 236, 238, 1)"></div>
<div class="news-carousel-content">{{ News.hotspotDesc }}</div>
......@@ -115,6 +115,7 @@ import icon1 from './icon/title-1.png'
import icon2 from './icon/title-2.png'
import icon3 from './icon/title-3.png'
import icon4 from './icon/title-4.png'
import DefaultOrgIcon from '@/assets/icons/default-icon2.png'
const sectionTab = [
{
textColor: "rgba(9, 88, 217, 1)",
......@@ -649,7 +650,7 @@ onUnmounted(() => {
.manage-btn {
margin-left: auto;
/* 推到最右侧 */
margin-right: 16px;
margin-right: 26px;
/* 适当的右边距 */
padding: 4px 12px;
border-radius: 20px;
......@@ -925,7 +926,7 @@ onUnmounted(() => {
/* 容器 1567 */
width: 760px;
height: 491px;
margin-left: 37px;
margin-left: 47px;
/* 自动布局 */
display: flex;
flex-direction: column;
......@@ -1006,7 +1007,7 @@ onUnmounted(() => {
letter-spacing: 0px;
text-align: justify;
display: flex;
justify-content: space-between;
.title-text {
/* 美国白宫发布关于进一步延长TikTok执法宽限期的行政令 */
width: 547px;
......@@ -1014,6 +1015,7 @@ onUnmounted(() => {
}
.title-tag {
margin-top: 12px;
/* 移除固定 width */
height: 30px;
padding: 0 12px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论