15 lines
218 B
Plaintext
15 lines
218 B
Plaintext
/* pages/workBenchNew/components/uninstallMeter/index.wxss */
|
|
|
|
.operate {
|
|
display: flex;
|
|
padding-top: 24rpx;
|
|
padding-bottom: 36rpx;
|
|
}
|
|
|
|
.submit, .cancel {
|
|
flex: 1;
|
|
}
|
|
|
|
.submit {
|
|
margin-right: 30rpx;
|
|
} |