File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 121
121
<tag-select-option value =" cat7" >类目7</tag-select-option >
122
122
</tag-select >
123
123
</a-card >
124
+
125
+ <h2 ># DescriptionList 组件 </h2 >
126
+
127
+ <a-divider > DescriptionList </a-divider >
128
+ <a-card style =" margin-bottom : 3rem " >
129
+ <description-list title =" 组名称" size =" small" >
130
+ <description-list-item term =" 负责人" >林东东</description-list-item >
131
+ <description-list-item term =" 角色码" >1234567</description-list-item >
132
+ <description-list-item term =" 所属部门" >XX公司-YY部</description-list-item >
133
+ <description-list-item term =" 过期时间" >2018-08-08</description-list-item >
134
+ <description-list-item term =" 描述" >这段描述很长很长很长很长很长很长很长很长很长很长很长很长很长很长...</description-list-item >
135
+ </description-list >
136
+ </a-card >
124
137
</div >
125
138
</template >
126
139
@@ -133,10 +146,13 @@ import CountDown from '@/components/CountDown/CountDown'
133
146
import Ellipsis from ' @/components/Ellipsis'
134
147
import NumberInfo from ' @/components/NumberInfo'
135
148
import TagSelect from ' @/components/TagSelect'
149
+ import { DescriptionList } from ' @/components/'
136
150
137
151
const AvatarListItem = AvatarList .AvatarItem
138
152
const TagSelectOption = TagSelect .Option
139
153
154
+ const DescriptionListItem = DescriptionList .Item
155
+
140
156
export default {
141
157
name: ' Home' ,
142
158
components: {
@@ -147,7 +163,9 @@ export default {
147
163
AvatarList,
148
164
AvatarListItem,
149
165
TagSelect,
150
- TagSelectOption
166
+ TagSelectOption,
167
+ DescriptionList,
168
+ DescriptionListItem
151
169
},
152
170
data () {
153
171
return {
You can’t perform that action at this time.
0 commit comments