🐛 scWaterMark 水印组件 未继承容器display样式

This commit is contained in:
sc 2022-01-05 10:04:44 +08:00
parent 4607fd6573
commit 012e9f1166
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<!--
* @Descripttion: 局部水印组件
* @version: 1.0
* @version: 1.1
* @Author: sakuya
* @Date: 2021年12月18日12:16:16
* @LastEditors:
* @LastEditTime:
* @LastEditors: sakuya
* @LastEditTime: 2022年1月5日09:52:59
-->
<template>
@ -62,5 +62,5 @@
</script>
<style scoped>
.sc-water-mark {position: relative;}
.sc-water-mark {position: relative;display: inherit;width: 100%;height: 100%;}
</style>