Set the width of the body to the width of the window (controlled by the following script) $("body").css("width", $(window).width()); At the same time, set the overflow of the body (written in the style) body{ overflow-x: hidden;} ps: Similarly, the table in div is also handled in this way ![]() ![]() Set the width of tableContainer (written in the style) and tableMain (controlled by the script) to be equal to the width of tableMainHead Copy code The code is as follows:$(".tableMain").css("width", $(".tableMainHead").css("width")); Set the overflow of tableContainer to hidden (written in the style) This has a disadvantage, that is, when the browser window size changes, the content in the body cannot be automatically centered (the div that originally used percentages for width settings could be automatically centered using margin: auto, but now that the extra part is hidden, it cannot be automatically centered) |
>>: Share the pitfalls of MySQL's current_timestamp and their solutions
1. Mirror images disappear in 50 and 93 [root@h50...
MySQL CURDATE Function Introduction If used in a ...
The replace statement is generally similar to ins...
Table of contents npm download step (1) Import (2...
System environment: Win10 64-bit MySQL version: m...
Effect: <div class="imgs"> <!-...
Preface This article aims to explain the most bor...
This article uses examples to describe the introd...
The default template method is similar to vue2, u...
The information on Baidu is so diverse that it...
Introduction The default source of Ubuntu is not ...
Install MySQL 8.0 docker run -p 63306:3306 -e MYS...
Sometimes it’s nice to see some nice scroll bar e...
Preface The most widely used database in Linux is...
Vue calls the PC camera to take pictures in real ...