Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -828,6 +828,7 @@ class PDFLayoutOptimizer: | @@ -828,6 +828,7 @@ class PDFLayoutOptimizer: | ||
| 828 | cursor: default !important; | 828 | cursor: default !important; |
| 829 | -webkit-appearance: none !important; | 829 | -webkit-appearance: none !important; |
| 830 | appearance: none !important; | 830 | appearance: none !important; |
| 831 | + outline: none !important; | ||
| 831 | word-break: break-word !important; | 832 | word-break: break-word !important; |
| 832 | max-width: 100% !important; | 833 | max-width: 100% !important; |
| 833 | box-sizing: border-box !important; | 834 | box-sizing: border-box !important; |
| @@ -1299,6 +1300,10 @@ td {{ | @@ -1299,6 +1300,10 @@ td {{ | ||
| 1299 | display: inline-flex !important; | 1300 | display: inline-flex !important; |
| 1300 | align-items: center; | 1301 | align-items: center; |
| 1301 | justify-content: flex-start; | 1302 | justify-content: flex-start; |
| 1303 | + outline: none !important; | ||
| 1304 | + -webkit-appearance: none !important; | ||
| 1305 | + appearance: none !important; | ||
| 1306 | + box-shadow: none !important; | ||
| 1302 | }} | 1307 | }} |
| 1303 | 1308 | ||
| 1304 | /* 防止标题孤行 */ | 1309 | /* 防止标题孤行 */ |
-
Please register or login to post a comment