This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
4703de6790
ant-design-vue
/
examples
/
index.less
12 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add toolTip
2018-01-11 10:53:51 +00:00
#app {
optimizion
2017-11-02 07:05:31 +00:00
}
add site
2018-01-22 13:06:51 +00:00
.site{
display: flex;
.nav{
width: 200px;
}
.content{
flex: 1;
padding: 20px;
}
}