23 lines
300 B
Plaintext
23 lines
300 B
Plaintext
/* packageE/tabcontrol/tabcontrol.wxss */
|
|
.component-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.tab_list {
|
|
/* min-height: 100vh; */
|
|
background: #fff;
|
|
}
|
|
|
|
.tab_list .tag {
|
|
padding: 0;
|
|
}
|
|
|
|
.loadMore {
|
|
width: 100%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
clear: both;
|
|
background: #fff;
|
|
}
|