mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
update 注释
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
:type="widget.type"
|
||||
/>
|
||||
</div>
|
||||
<!-- 如果是二次开发商业使用必须带上这个技术支持 -->
|
||||
<div class="bottom-text">技术支持: 安吉加加</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -65,5 +67,13 @@ export default {
|
||||
.layout {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.bottom-text {
|
||||
width: 100%;
|
||||
color: #999;
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
z-index: 9999;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user