提交 5c525b9e authored 作者: 张伊明's avatar 张伊明

解决路径错误bug

上级 76c3cef8
......@@ -417,11 +417,12 @@ onMounted(() => {
}
.risk-signal-pane-top {
width: 1600px;
// width: 1600px;
margin-top: 16px;
margin-right: 18px;
height: 116px;
padding-bottom: 16px;
min-height: 116px;
height: auto;
flex-shrink: 0;
}
......
......@@ -113,7 +113,7 @@
<el-select v-model="isSort" placeholder="发布时间" style="width: 166px" @change="handlePxChange">
<template #prefix>
<div style="display: flex; align-items: center; height: 100%">
<img src="../../assets/icons/desc-icon.svg" style="width: 14px; height: 14px" />
<img src="../assets/icons/desc-icon.svg" style="width: 14px; height: 14px" />
</div>
</template>
<el-option v-for="item in releaseTimeList" :key="item.value" :label="item.label" :value="item.value" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论