@@ -471,7 +471,10 @@
text-align: center;
justify-content: center;
align-items: center;
- width: 250rpx;
+ @include themeify{
+ width: themed('buttonWidth');
+ }
+/* width: 250rpx;*/
display: flex;
flex-direction: row;
}