@@ -50,8 +50,8 @@ export default {
animationTime: 1000,
animation: false,
mode: 'normal',
- startValue: 20,
- direction: 'left'
+ startValue: 20
+ // direction: 'left'
},
styles: [
{
@@ -61,12 +61,6 @@
"alpha": 255
}
- "border": {
- "color": "#2092f5ff",
- "width": 0,
- "radius": 10,
- "side": ["all"]
- },
"outline": {
"color": "#000000ff",
"width": 0,
@@ -78,6 +72,12 @@
"offsetY": 0,
"spread": 0,
"width": 0
+ },
+ "border": {
+ "color": "#2092f5ff",
+ "width": 0,
+ "radius": 10,
+ "side": ["all"]
"state": []
@@ -282,11 +282,6 @@ export default {
field: 'spacer',
valueType: 'spacer'
- {
- label: '内边距',
- field: 'padding',
- valueType: 'padding'
label: '边框',
field: 'border',
@@ -28,7 +28,7 @@
<template #append>
<LocalImage
v-if="selectedFile"
- class="h-20px cursor-pointer"
+ class="h-20px max-w-40px cursor-pointer"
:src="projectStore.projectPath + selectedFile.path"
@click="visible = true"
/>