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