mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
style: fix a bug
This commit is contained in:
parent
1e3db314a6
commit
aaed555581
@ -3,7 +3,7 @@
|
||||
* @Date: 2022-01-11 17:54:14
|
||||
* @Description: 模板编辑组件
|
||||
* @LastEditors: ShawnPhang <https://m.palxp.cn>
|
||||
* @LastEditTime: 2023-12-11 11:35:48
|
||||
* @LastEditTime: 2024-02-11 00:07:36
|
||||
-->
|
||||
<template>
|
||||
<div class="wrap">
|
||||
@ -54,6 +54,8 @@ export default defineComponent({
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wrap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.wrap:hover > .showMask {
|
||||
|
Loading…
x
Reference in New Issue
Block a user