8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
.svg-icon {
|
|
// svg 图标默认宽高,根据个人使用情况自行调整
|
|
width: 100px;
|
|
height:100px;
|
|
fill: currentColor;
|
|
overflow: hidden;
|
|
}
|