19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
/** index.wxss **/
|
|
@import "../../../../styles/base.less";
|
|
|
|
.page-body {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
background-color: @background-color-base;
|
|
}
|
|
|
|
.g-cell-hover:extend(.g-cell) {
|
|
background-color: gainsboro;
|
|
}
|
|
|
|
.focused {
|
|
background-color: pink;
|
|
}
|