
/* 全局样式变量
使用：
eg:

.xxx{
    background-color: var(--tb-selected-color);
}
*/

:root {
    /*表格-选中行-背景颜色*/
    --tb-selected-bg-color: silver;
}
