12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
/* pages/workBenchNew/components/operateButton/index.wxss */
|
|
|
|
.buttonWrapper {
|
|
height: 100rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border: 1rpx solid #ccc;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 24rpx;
|
|
margin-top: 24rpx;
|
|
} |