提交 0112e881 authored 作者: 钟是志's avatar 钟是志

样式修改

上级 4675e122
......@@ -93,7 +93,9 @@ export default function TableSelectZhanWei(props) {
Object.keys(typeList).map((g) => {
const typeOne = typeList[g];
return <span key={g} className={styles.tipsSpan}>
<span className={styles.tipsBlock} style={typeOne.styleTips}></span>
<span className={styles.tipsBlock} style={typeOne.styleTips}>
</span>
<span className={styles.tipsText}>{typeOne.text}</span>
</span>;
})
......
......@@ -46,6 +46,7 @@
column-gap: 15px;
row-gap: 15px;
height: 80%;
padding-bottom: 20px;
//max-height: 50vh;
//min-height: 30vh;
overflow-y: auto;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论