1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .h-panel {
- border: none;
- &-title {
- color: @dark-color;
- }
- &-bar {
- padding: 10px @margin;
- }
- &-tabs-bar {
- .h-tabs-default > .h-tabs-item {
- padding: 16px 15px;
- font-size: 18px;
- }
- }
- &-bar-s {
- padding-top: 8px;
- padding-bottom: 8px;
- .h-panel-title {
- font-size: 15px;
- }
- }
- &-body {
- padding: @margin;
- }
- }
- .label.h-col {
- line-height: 32px;
- }
- .h-menu-white .h-menu-li .h-menu-li-selected {
- background-color: #f0f6ff;
- }
- .h-table {
- td, th {
- font-size: 12px;
- }
- th {
- height: 35px;
- }
- td {
- height: 32px;
- }
- }
- .h-tree-li {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .nowrap {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
|