push the uni-demo project
This commit is contained in:
43
uni-demo/unpackage/dist/dev/mp-weixin/components/manage.wxss
vendored
Normal file
43
uni-demo/unpackage/dist/dev/mp-weixin/components/manage.wxss
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
.content.data-v-7ad33840 {
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
.table_view.data-v-7ad33840 {
|
||||
border: 1px solid #ddd;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
widtd: 98%;
|
||||
margin: 1%;
|
||||
}
|
||||
.table_header.data-v-7ad33840,
|
||||
.table_cell.data-v-7ad33840 {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
line-height: 47rpx;
|
||||
}
|
||||
.th.data-v-7ad33840,.td.data-v-7ad33840 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-right: 1px solid #ddd;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.th1.data-v-7ad33840{
|
||||
width: 25%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.th2.data-v-7ad33840 {
|
||||
width: 75%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.td1.data-v-7ad33840{
|
||||
width: 25%;
|
||||
}
|
||||
.listarea.data-v-7ad33840{
|
||||
width: 75%;
|
||||
}
|
||||
.td2.data-v-7ad33840{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user