diff --git a/src/editor/widgets/monitor/MonitorView.vue b/src/editor/widgets/monitor/MonitorView.vue index d1e38d2..5f18a6f 100644 --- a/src/editor/widgets/monitor/MonitorView.vue +++ b/src/editor/widgets/monitor/MonitorView.vue @@ -44,7 +44,8 @@
- 55% + +
55%
@@ -78,7 +79,8 @@
- 55% + +
55%
@@ -112,7 +114,8 @@
- 55% + +
55%
@@ -290,6 +293,7 @@ export default { border:1px solid #dcdcdc; height: 20px; margin-left:5px; + position: relative; span{ font-size: 12px; background: #7ac678; @@ -298,6 +302,14 @@ export default { text-align: center; height: 18px; } + .text{ + position: absolute; + width: 100%; + height:100%; + left:0; + top:0; + text-align: center; + } } &>svg{ margin-right: 5px;