fix(项目设置): 模板字段添加选项样式问题
--bug=1032228 --user=宋昌昌 【项目设置】模版字段-字段选项值-添加选项字体过小,看着不明显 https://www.tapd.cn/55049933/s/1429186
This commit is contained in:
parent
20885a16e1
commit
71f66e76ce
|
@ -176,11 +176,11 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-text {
|
.add-text {
|
||||||
font-size: 10px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-text:hover {
|
.add-text:hover {
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue