Commit b0496ec5ad6f4b2d4d191c58bd6b113182492351

Authored by 史婷婷
1 parent 9740ecb8

feat: 自动生成按钮-样式优化

... ... @@ -759,10 +759,10 @@ export default {
759 759
760 760 .generate-btn {
761 761 margin-left: 24rpx;
762   - height: 64rpx;
763   - line-height: 64rpx;
  762 + height: 48rpx;
  763 + line-height: 48rpx;
764 764 padding: 0 24rpx;
765   - font-size: 28rpx;
  765 + font-size: 24rpx;
766 766 border-radius: 8rpx;
767 767 background: $theme-primary;
768 768 color: #fff;
... ...
... ... @@ -316,10 +316,10 @@ export default {
316 316
317 317 .generate-btn {
318 318 margin-left: 24rpx;
319   - height: 64rpx;
320   - line-height: 64rpx;
  319 + height: 48rpx;
  320 + line-height: 48rpx;
321 321 padding: 0 24rpx;
322   - font-size: 28rpx;
  322 + font-size: 24rpx;
323 323 border-radius: 8rpx;
324 324 background: $theme-primary;
325 325 color: #fff;
... ...
... ... @@ -323,14 +323,14 @@ export default {
323 323 align-items: center;
324 324
325 325 .generate-btn {
326   - margin-left: 24rpx;
327   - height: 64rpx;
328   - line-height: 64rpx;
329   - padding: 0 24rpx;
330   - font-size: 28rpx;
331   - border-radius: 8rpx;
332   - background: $theme-primary;
333   - color: #fff;
  326 + margin-left: 24rpx;
  327 + height: 48rpx;
  328 + line-height: 48rpx;
  329 + padding: 0 24rpx;
  330 + font-size: 24rpx;
  331 + border-radius: 8rpx;
  332 + background: $theme-primary;
  333 + color: #fff;
334 334 }
335 335 }
336 336 }
... ...