马一丁

Revert "Optimize the effect of action blocks"

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