You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
652 B
32 lines
652 B
5 years ago
|
@charset "UTF-8";
|
||
|
.ul-group {
|
||
|
.app-table-view {
|
||
|
background-color: #FFFFFF;
|
||
|
&:after {
|
||
|
height: 0;
|
||
|
}
|
||
|
}
|
||
|
li {
|
||
|
color: #333333;
|
||
|
line-height: .5rem;
|
||
|
font-size: .25rem;
|
||
|
|
||
|
.binding {
|
||
|
color: #999999;
|
||
|
font-size: .2rem;
|
||
|
float: right;
|
||
|
padding-right: .3rem;
|
||
|
}
|
||
|
.app-table-cell-lable-right{
|
||
|
float: right;
|
||
|
padding-right: .3rem;
|
||
|
}
|
||
|
&:after {
|
||
|
// right:15px;
|
||
|
height: 0;
|
||
|
}
|
||
|
.mui-active {
|
||
|
background: #EEEEEE !important;
|
||
|
}
|
||
|
}
|
||
|
}
|