fix style

This commit is contained in:
Qiuxia Fan 2022-04-04 17:56:08 +08:00
parent 8d87777832
commit 6e70b99132

View File

@ -38,7 +38,7 @@ limitations under the License. -->
class="body"
:style="{
backgroundColor: TextColors[graph.backgroundColor],
textAlign: graph.textAlign,
justifyContent: graph.textAlign,
}"
>
<a
@ -99,11 +99,12 @@ function editConfig() {
}
.body {
padding: 5px 20px 0 10px;
padding: 0 20px 0 10px;
width: 100%;
height: 100%;
line-height: 100%;
cursor: pointer;
display: flex;
align-items: center;
}
.tools {