Skip to content

Commit 0f3a1c2

Browse files
committed
style: update style
1 parent 7cda519 commit 0f3a1c2

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/dashboard/components/sq-text

1 file changed

+1
-1
lines changed

frontend/src/views/dashboard/components/sq-text/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="rich-main-class" :class="{ 'edit-model': configItem.editing }" draggable="false">
33
<div
4-
:class="{ 'rich-text-empty': true, 'layer-hidden': !isDisabled }"
4+
:class="{ 'rich-text-empty': true, 'layer-hidden': !isDisabled || configItem.propValue }"
55
@keydown.stop
66
@keyup.stop
77
@mousedown.stop

0 commit comments

Comments
 (0)