22 <div class =" lin-container" >
33 <div class =" lin-title" >Button 按钮</div >
44 <div class =" lin-wrap-ui" >
5- <el-card style =" margin-bottom :50px ; " >
5+ <el-card style =" margin-bottom : 50px " >
66 <div slot =" header" ><span >基础按钮</span ></div >
77 <el-row >
88 <el-button >默认按钮</el-button >
1414
1515 <el-collapse >
1616 <el-collapse-item title =" 查看代码" name =" 2" >
17- <div style =" white-space : pre-wrap ; " >{{ primary }}</div >
17+ <div style =" white-space : pre-wrap " >{{ primary }}</div >
1818 </el-collapse-item >
1919 </el-collapse >
2020 </el-card >
2121
22- <el-card style =" margin-bottom :50px ; " >
22+ <el-card style =" margin-bottom : 50px " >
2323 <div slot =" header" ><span >朴素按钮</span ></div >
2424 <el-row >
2525 <el-button plain >朴素按钮</el-button >
2828 <el-button type =" warning" plain >警告按钮</el-button >
2929 <el-button type =" danger" plain >危险按钮</el-button >
3030 </el-row >
31- <el-collapse class =" test" style =" color :red ; " >
31+ <el-collapse class =" test" style =" color : red " >
3232 <el-collapse-item title =" 查看代码" name =" 2" >
33- <div style =" white-space : pre-wrap ; " >{{ plain }}</div >
33+ <div style =" white-space : pre-wrap " >{{ plain }}</div >
3434 </el-collapse-item >
3535 </el-collapse >
3636 </el-card >
3737
38- <el-card style =" margin-bottom :50px ; " >
38+ <el-card style =" margin-bottom : 50px " >
3939 <div slot =" header" ><span >圆形按钮</span ></div >
4040 <el-row >
4141 <el-button icon =" el-icon-search" circle ></el-button >
5151 </el-row >
5252 <el-collapse >
5353 <el-collapse-item title =" 查看代码" name =" 2" >
54- <div style =" white-space : pre-wrap ; " >{{ circle }}</div >
54+ <div style =" white-space : pre-wrap " >{{ circle }}</div >
5555 </el-collapse-item >
5656 </el-collapse >
5757 </el-card >
5858
59- <el-card style =" margin-bottom :50px ; " >
59+ <el-card style =" margin-bottom : 50px " >
6060 <div slot =" header" ><span >禁用状态</span ></div >
61- <el-row style =" margin-bottom :10px ; " >
61+ <el-row style =" margin-bottom : 10px " >
6262 <el-button disabled >默认按钮</el-button >
6363 <el-button type =" primary" disabled >主要按钮</el-button >
6464 <el-button type =" success" disabled >成功按钮</el-button >
7575 </el-row >
7676 <el-collapse >
7777 <el-collapse-item title =" 查看代码" name =" 2" >
78- <div style =" white-space : pre-wrap ; " >{{ disabled }}</div >
78+ <div style =" white-space : pre-wrap " >{{ disabled }}</div >
7979 </el-collapse-item >
8080 </el-collapse >
8181 </el-card >
8282
83- <el-card style =" margin-bottom :50px ; " >
83+ <el-card style =" margin-bottom : 50px " >
8484 <div slot =" header" ><span >图标按钮</span ></div >
8585 <el-button type =" primary" icon =" el-icon-edit" ></el-button >
8686 <el-button type =" primary" icon =" el-icon-share" ></el-button >
8989 <el-button type =" primary" > 上传 <i class =" el-icon-upload el-icon--right" ></i > </el-button >
9090 <el-collapse >
9191 <el-collapse-item title =" 查看代码" name =" 2" >
92- <div style =" white-space : pre-wrap ; " >{{ icon }}</div >
92+ <div style =" white-space : pre-wrap " >{{ icon }}</div >
9393 </el-collapse-item >
9494 </el-collapse >
9595 </el-card >
9696
97- <el-card style =" margin-bottom :50px ; " >
97+ <el-card style =" margin-bottom : 50px " >
9898 <div slot =" header" ><span >加载中</span ></div >
9999 <el-button type =" primary" :loading =" true" >加载中</el-button >
100100 <el-collapse >
101101 <el-collapse-item title =" 查看代码" name =" 2" >
102- <div style =" white-space : pre-wrap ; " >{{ loade }}</div >
102+ <div style =" white-space : pre-wrap " >{{ loade }}</div >
103103 </el-collapse-item >
104104 </el-collapse >
105105 </el-card >
106106
107- <el-card style =" margin-bottom :50px ; " >
107+ <el-card style =" margin-bottom : 50px " >
108108 <div slot =" header" ><span >按钮组</span ></div >
109- <el-button-group style =" margin-right :10px ; " >
109+ <el-button-group style =" margin-right : 10px " >
110110 <el-button type =" primary" icon =" el-icon-arrow-left" >上一页</el-button >
111111 <el-button type =" primary" > 下一页 <i class =" el-icon-arrow-right el-icon--right" ></i > </el-button >
112112 </el-button-group >
117117 </el-button-group >
118118 <el-collapse >
119119 <el-collapse-item title =" 查看代码" name =" 2" >
120- <div style =" white-space : pre-wrap ; " >{{ group }}</div >
120+ <div style =" white-space : pre-wrap " >{{ group }}</div >
121121 </el-collapse-item >
122122 </el-collapse >
123123 </el-card >
124124
125- <el-card style =" margin-bottom :50px ; " >
125+ <el-card style =" margin-bottom : 50px " >
126126 <div slot =" header" ><span >不同尺寸</span ></div >
127127 <el-row >
128128 <el-button >默认按钮</el-button >
129129 <el-button size =" medium" >中等按钮</el-button >
130130 <el-button size =" small" >小型按钮</el-button >
131131 <el-button size =" mini" >超小按钮</el-button >
132132 </el-row >
133- <el-row style =" margin-top :10px ; " >
133+ <el-row style =" margin-top : 10px " >
134134 <el-button round >默认按钮</el-button >
135135 <el-button size =" medium" round >中等按钮</el-button >
136136 <el-button size =" small" round >小型按钮</el-button >
137137 <el-button size =" mini" round >超小按钮</el-button >
138138 </el-row >
139139 <el-collapse >
140140 <el-collapse-item title =" 查看代码" name =" 2" >
141- <div style =" white-space : pre-wrap ; " >{{ size }}</div >
141+ <div style =" white-space : pre-wrap " >{{ size }}</div >
142142 </el-collapse-item >
143143 </el-collapse >
144144 </el-card >
@@ -153,7 +153,7 @@ export default {
153153 data () {
154154 return {
155155 text: ' ' ,
156- primary: `
156+ primary: `
157157 <el-button>默认按钮</el-button>
158158 <el-button type="primary">主要按钮</el-button>
159159 <el-button type="success">成功按钮</el-button>
@@ -171,7 +171,7 @@ export default {
171171 <el-button type="success" icon="el-icon-check" circle></el-button>
172172 <el-button type="warning" icon="el-icon-star-off" circle></el-button>
173173 <el-button type="danger" icon="el-icon-delete" circle></el-button>
174-
174+
175175 <el-button icon="el-icon-search" plain circle></el-button>
176176 <el-button type="primary" icon="el-icon-edit" plain circle></el-button>
177177 <el-button type="success" icon="el-icon-check" plain circle></el-button>
0 commit comments