Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
225bd4c3
Unverified
Commit
225bd4c3
authored
Jul 28, 2021
by
Lowell
Committed by
GitHub
Jul 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: style property of actionColOpt is invalid (#997)
parent
7e6a89ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
FormAction.vue
src/components/Form/src/components/FormAction.vue
+3
-2
No files found.
src/components/Form/src/components/FormAction.vue
View file @
225bd4c3
<
template
>
<
template
>
<a-col
v-bind=
"actionColOpt"
:style=
"
{ textAlign: 'right' }"
v-if="showActionButtonGroup">
<a-col
v-bind=
"actionColOpt"
v-if=
"showActionButtonGroup"
>
<div
style=
"width: 100%
; text-align: right
"
>
<div
style=
"width: 100%
"
:style=
"
{ textAlign: actionColOpt.style.textAlign }
">
<FormItem>
<FormItem>
<slot
name=
"resetBefore"
></slot>
<slot
name=
"resetBefore"
></slot>
<Button
<Button
...
@@ -92,6 +92,7 @@
...
@@ -92,6 +92,7 @@
?
{
span
:
actionSpan
<
6
?
24
:
actionSpan
}
?
{
span
:
actionSpan
<
6
?
24
:
actionSpan
}
:
{};
:
{};
const
actionColOpt
:
Partial
<
ColEx
>
=
{
const
actionColOpt
:
Partial
<
ColEx
>
=
{
style
:
{
textAlign
:
'
right
'
},
span
:
showAdvancedButton
?
6
:
4
,
span
:
showAdvancedButton
?
6
:
4
,
...
advancedSpanObj
,
...
advancedSpanObj
,
...
actionColOptions
,
...
actionColOptions
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment