drip-table
Version:
A tiny and powerful enterprise-class solution for building tables.
31 lines (26 loc) • 593 B
text/less
/**
* This file is part of the drip-table project.
* @link : https://drip-table.jd.com/
* @author : Emil Zhai (root@derzh.com)
* @modifier : Emil Zhai (root@derzh.com)
* @copyright: Copyright (c) 2020 JD Network Technology Co., Ltd.
*/
@prefixCls: jfe-drip-table-cc-status;
.@{prefixCls}-main {
position: relative;
outline: none;
display: inline-flex;
}
.@{prefixCls}-dot {
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 5px;
&-inner {
border-radius: 50%;
}
}
.@{prefixCls}-text {
display: inline;
flex: 1 1 auto;
}