|
|
@@ -278,8 +278,8 @@ export default {
|
|
|
fullScreen:require('../assets/img/fullScreen.png'),
|
|
|
nofullScreen:require('../assets/img/nofullScreen.png'),
|
|
|
position: {
|
|
|
- x: window.innerWidth - 90, // 屏幕宽度减去元素宽度
|
|
|
- y: window.innerHeight - 130, // 屏幕高度减去元素高度
|
|
|
+ x: window.innerWidth - 115, // 屏幕宽度减去元素宽度
|
|
|
+ y: window.innerHeight - 150, // 屏幕高度减去元素高度
|
|
|
// x: 80, // 屏幕宽度减去元素宽度
|
|
|
// y: window.innerHeight - 180, // 屏幕高度减去元素高度
|
|
|
}, // 初始位置
|
|
|
@@ -1015,17 +1015,17 @@ export default {
|
|
|
padding: 20px 20px 0 0 !important;
|
|
|
}
|
|
|
.window-header {
|
|
|
- height: 85px;
|
|
|
+ height: 88px;
|
|
|
width: 105px;
|
|
|
cursor: pointer;
|
|
|
- background: url('../assets/img/drgB.png') no-repeat center center;
|
|
|
+ background: url('../assets/img/drgA.png') no-repeat center center;
|
|
|
background-size: cover;
|
|
|
}
|
|
|
.window-header:hover {
|
|
|
- height: 85px;
|
|
|
+ height: 88px;
|
|
|
width:105px;
|
|
|
cursor: pointer;
|
|
|
- background: url('../assets/img/drgA.png') no-repeat center center;
|
|
|
+ background: url('../assets/img/drgB.png') no-repeat center center;
|
|
|
background-size: cover;
|
|
|
}
|
|
|
</style>
|