mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
提交
This commit is contained in:
@@ -74,10 +74,10 @@
|
||||
created() {
|
||||
let width = document.body.clientWidth;
|
||||
console.log(width,'width');
|
||||
if(width > 1920) {
|
||||
if(width > 1921) {
|
||||
this.clientWidth = '1088px';
|
||||
}
|
||||
if(width > 1681 && width < 1920) {
|
||||
if(width > 1681 && width < 1921) {
|
||||
this.clientWidth = '888px';
|
||||
}
|
||||
if(width > 1367 && width < 1680) {
|
||||
@@ -181,9 +181,10 @@
|
||||
}
|
||||
.gui-box-left{
|
||||
padding-top: 90px;
|
||||
width: 190px;
|
||||
// width: 190px;
|
||||
// background: #387DF7;
|
||||
background: url('../../../public/images/homeWu/guide-bg.png') no-repeat 101% / 101%;
|
||||
background: url('../../../public/images/homeWu/guide-bg.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
border-radius: 10px 0 0 10px;
|
||||
.left-title{
|
||||
width: 190px;
|
||||
|
||||
Reference in New Issue
Block a user