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