10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
/* pages/API/clipboard-data/clipboard-data.wxss */
|
||
|
@import "../../common/lib/weui.wxss";
|
||
|
|
||
|
.page-body-info {
|
||
|
padding: 5px;
|
||
|
height: 100px;
|
||
|
overflow: scroll-y;
|
||
|
text-align: left;
|
||
|
}
|