JeromeLin / zarm-web

基于 React 的桌面端UI组件库

Home Page:https://web.zarm.design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading组件的外部样式影响了内部其他元素的样式

lsert opened this issue · comments

commented

@include b(loading) {
position: relative;
display: inline-block;
user-select: none;
text-align: center;
vertical-align: middle;

在嵌套式的用法中
影响内部元素的自有宽度 display: inline-block
影响内部元素的对齐方式 text-aligin: center
在页面Loading不显示的情况下无法选中内容 user-select: none