马一丁

Optimize the effect of action blocks

@@ -813,18 +813,20 @@ class PDFLayoutOptimizer: @@ -813,18 +813,20 @@ class PDFLayoutOptimizer:
813 display: inline-flex !important; 813 display: inline-flex !important;
814 align-items: center !important; 814 align-items: center !important;
815 justify-content: flex-start !important; 815 justify-content: flex-start !important;
816 - background: rgba(0, 0, 0, 0.04) !important; 816 + background: none !important;
  817 + background-color: #f3f4f6 !important;
  818 + background-image: none !important;
817 border: none !important; 819 border: none !important;
818 border-width: 0 !important; 820 border-width: 0 !important;
819 border-style: none !important; 821 border-style: none !important;
820 border-radius: 999px !important; 822 border-radius: 999px !important;
821 - padding: 8px 16px !important; 823 + padding: 10px 18px !important;
822 font-size: {max(cfg.page.font_size_base - 2, 11)}px !important; 824 font-size: {max(cfg.page.font_size_base - 2, 11)}px !important;
823 color: #222 !important; 825 color: #222 !important;
824 width: auto !important; 826 width: auto !important;
825 height: auto !important; 827 height: auto !important;
826 white-space: normal !important; 828 white-space: normal !important;
827 - line-height: 1.4 !important; 829 + line-height: 1.5 !important;
828 text-align: left !important; 830 text-align: left !important;
829 box-shadow: none !important; 831 box-shadow: none !important;
830 cursor: default !important; 832 cursor: default !important;
@@ -1288,19 +1290,21 @@ td {{ @@ -1288,19 +1290,21 @@ td {{
1288 .hero-actions button, 1290 .hero-actions button,
1289 .hero-actions .ghost-btn {{ 1291 .hero-actions .ghost-btn {{
1290 font-size: {max(cfg.page.font_size_base - 2, 11)}px !important; 1292 font-size: {max(cfg.page.font_size_base - 2, 11)}px !important;
1291 - padding: 8px 16px !important; 1293 + padding: 10px 18px !important;
1292 max-width: 100%; 1294 max-width: 100%;
1293 word-break: break-word; 1295 word-break: break-word;
1294 white-space: normal; 1296 white-space: normal;
1295 overflow: visible; 1297 overflow: visible;
1296 box-sizing: border-box; 1298 box-sizing: border-box;
1297 - background: rgba(0, 0, 0, 0.04) !important; 1299 + background: none !important;
  1300 + background-color: #f3f4f6 !important;
  1301 + background-image: none !important;
1298 border: none !important; 1302 border: none !important;
1299 border-width: 0 !important; 1303 border-width: 0 !important;
1300 border-style: none !important; 1304 border-style: none !important;
1301 border-radius: 999px !important; 1305 border-radius: 999px !important;
1302 color: #222 !important; 1306 color: #222 !important;
1303 - line-height: 1.4; 1307 + line-height: 1.5;
1304 display: inline-flex !important; 1308 display: inline-flex !important;
1305 align-items: center; 1309 align-items: center;
1306 justify-content: flex-start; 1310 justify-content: flex-start;
@@ -1142,16 +1142,18 @@ button.ghost-btn {{ @@ -1142,16 +1142,18 @@ button.ghost-btn {{
1142 display: inline-flex !important; 1142 display: inline-flex !important;
1143 align-items: center !important; 1143 align-items: center !important;
1144 justify-content: flex-start !important; 1144 justify-content: flex-start !important;
1145 - background: rgba(0, 0, 0, 0.04) !important; 1145 + background: none !important;
  1146 + background-color: #f3f4f6 !important;
  1147 + background-image: none !important;
1146 border: none !important; 1148 border: none !important;
1147 border-width: 0 !important; 1149 border-width: 0 !important;
1148 border-style: none !important; 1150 border-style: none !important;
1149 border-radius: 999px !important; 1151 border-radius: 999px !important;
1150 - padding: 8px 16px !important; 1152 + padding: 10px 18px !important;
1151 font-size: 12px !important; 1153 font-size: 12px !important;
1152 color: #222 !important; 1154 color: #222 !important;
1153 white-space: normal !important; 1155 white-space: normal !important;
1154 - line-height: 1.4 !important; 1156 + line-height: 1.5 !important;
1155 text-align: left !important; 1157 text-align: left !important;
1156 box-shadow: none !important; 1158 box-shadow: none !important;
1157 -webkit-appearance: none !important; 1159 -webkit-appearance: none !important;