fix(chore): fix some vue warining on console (#421)

This commit is contained in:
chilingling 2024-04-15 20:21:27 -07:00 committed by GitHub
parent da8f58b0d9
commit 8e89cc47e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View File

@ -769,7 +769,7 @@
{
"componentName": "TinyTimeLine",
"props": {
"active": "2",
"active": 2,
"data": [
{
"name": "基础配置"
@ -1525,7 +1525,6 @@
{
"componentName": "div",
"props": {
"style": "border-width: 1px;z-index:1;border-style: solid; border-color: #ffffff; padding-top: 10px; padding-left: 10px; padding-right: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px; background-color: #fff; position: fixed; inset: auto 0% 0% 0%; height: 80px; line-height: 80px; border-radius: 0px;"
},
"children": [
@ -1551,7 +1550,7 @@
{
"componentName": "TinyCol",
"props": {
"span": "8"
"span": 8
},
"id": "b9d051a5",
"children": [
@ -1564,7 +1563,7 @@
{
"componentName": "TinyCol",
"props": {
"span": "5",
"span": 5,
"style": "display: flex;"
},
"id": "02352776",
@ -1598,7 +1597,7 @@
{
"componentName": "TinyCol",
"props": {
"span": "7"
"span": 7
},
"id": "82b6c659",
"children": [
@ -1666,7 +1665,7 @@
{
"componentName": "TinyCol",
"props": {
"span": "4",
"span": 4,
"style": "display: flex; flex-direction: row-reverse; border-radius: 0px; height: 100%; justify-content: flex-start; align-items: center;"
},
"id": "10b73009",

View File

@ -82,7 +82,7 @@ export default {
const state = reactive({
showStep: false,
guideWidth: 360,
guideWidth: '360',
showTooltip: false,
showHelpDialog: false,
helpBox: false