公告板
版本库
filestore
活动
搜索
登录
金飞
/
pc-plat
pc端平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2025-06-05
king
2 天以前
047dbd742341e268ca772eda8d2ff0b6ba09cb44
[~jinfei/pc-plat.git]
/
src
/
components
/
barcode
/
index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.barcode-box {
display: inline-block;
overflow-y: hidden;
height: 100%;
svg {
vertical-align: top;
}
.barcode-error {
font-size: 12px;
vertical-align: top;
}
.barcode-error + svg {
display: none;
}
}