| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .chartdesigner {
- .sider-left {
- .sider-tabs {
- .ant-tabs-nav .ant-tabs-tab {
- height: 37px;
- margin: 0;
- padding: 7px 16px;
- }
- .chartconfig, .otherconfig {
- padding: 0 10px;
- }
- }
- .sider-footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- padding: 0;
- border-top: 1px solid #CCCCCC;
- height: 40px;
- .fresh-bar {
- display: flex;
- justify-content: space-between;
- margin: 9px 10px 0;
- }
- }
- }
- .ant-cascader-picker {
- .anticon {
- font-size: 12px;
- }
- }
- .ant-cascader-picker-focused {
- color: rgba(0, 0, 0, .65);
- }
- .ant-cascader-picker-with-value {
- .ant-tag,.empty-label,.ant-cascader-picker-label {
- display: none;
- }
- }
- }
|