@ media doesn't work?

when the screen is 1920, the @ media, also uses the 1910 style. why? The demo in the
code is normal, but not in the project. You can only set a number larger than 1920, such as 1500, but the code structure is the same as the following

body {
    background:blue;
}
@media screen and (max-width:1910px){
    body {
        background:red;
    }
}
Mar.10,2021

@ media only screen and (device-width:1920px) {

}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3341d-2be72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3341d-2be72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?