Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
tianzhuanghu
ant-design-pro-vue
Commits
31ba7b97
Commit
31ba7b97
authored
Dec 20, 2018
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: cleanup
parent
63b79616
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
GlobalFooter.vue
src/components/page/GlobalFooter.vue
+8
-1
AdvancedForm.vue
src/views/form/advancedForm/AdvancedForm.vue
+1
-1
No files found.
src/components/page/GlobalFooter.vue
View file @
31ba7b97
...
...
@@ -7,6 +7,7 @@
</a>
<a
href=
"https://ant.design/"
>
Ant Design
</a>
<a
href=
"https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/"
>
Vue Antd
</a>
<a>
Antd-Vue Version@
{{
version
}}
</a>
</div>
<div
class=
"copyright"
>
Copyright
...
...
@@ -17,8 +18,14 @@
</
template
>
<
script
>
import
{
version
}
from
'ant-design-vue'
export
default
{
name
:
'LayoutFooter'
name
:
'LayoutFooter'
,
data
()
{
return
{
version
}
}
}
</
script
>
...
...
src/views/form/advancedForm/AdvancedForm.vue
View file @
31ba7b97
...
...
@@ -55,7 +55,7 @@
</a-card>
<!-- fixed footer toolbar -->
<footer-tool-bar
:style=
"{ width: isSideMenu()
&& isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}"
>
<footer-tool-bar
:style=
"{ width: isSideMenu() && isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}"
>
<a-button
type=
"primary"
@
click=
"validate"
:loading=
"loading"
>
提交
</a-button>
</footer-tool-bar>
</div>
...
...
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