forked from dyf/dyf-vue-ui
样式优化
This commit is contained in:
@ -250,11 +250,11 @@ onMounted(() => {
|
|||||||
/* 底部中间模块 */
|
/* 底部中间模块 */
|
||||||
.bottom-middle-module {
|
.bottom-middle-module {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0.4vw;
|
bottom: 0.1vw;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
width: 44vw;
|
width: 44vw;
|
||||||
height: calc(39vh - 9vh);
|
height: calc(40vh - 10.5vh);
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user