@rxflow/base
Version:
BaseFlow - 核心 Flow 组件库
42 lines (38 loc) • 627 B
text/less
/*
* @author: yanxianliang
* @date: 2025-06-03 19:47
* @desc: 样式
*
* Copyright (c) 2025 by yanxianliang, All Rights Reserved.
*/
.rxflow-legend {
&-container {
position: absolute;
top: 0;
left: 0;
right: 52px;
padding: 5px 10px;
z-index: 200;
}
&-item {
display: flex;
align-items: center;
}
&-tag{
width: 14px;
height: 14px;
border-radius: 2px;
margin-right: 3px;
display: flex;
align-items: center;
justify-content: center;
img {
width: 14px;
height: 14px;
}
}
&-label {
font-size: 14px;
color: #474747;
}
}