| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .filterbar-tag-close {
- margin-left: 10px;
- }
- .content-header {
- height: auto;
- .toolbar {
- display: flex;
- justify-content: space-between;
- height: auto;
- line-height: 100%;
- margin-bottom: 6px;
- .filters {
- .filter-tag {
- border-style: dashed;
- margin: 6px 2px 0 2px;
- }
- .filter-tag-using {
- border-style: solid;
- border-color: #1890FF;
- background-color: #1890ff;
- color: white;
- i {
- color: white;
- }
- }
- .filter-tag-add {
- background-color: white;
- border-style: solid;
- }
- }
- .tools {
- .tools-button {
- margin-top: 6px;
- }
- }
- }
- }
- .filter-box {
- max-height: 80vh;
- width: 50%;
- .ant-modal-content {
- max-height: 100vh;
- .ant-modal-body {
- padding: 6px;
- max-height: 60vh;
- overflow: auto;
- }
- }
- }
|