数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
894 B

2 years ago
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var vue = require('vue');
2 years ago
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
2 years ago
2 years ago
const descriptionItemProps = runtime.buildProps({
label: {
type: String,
default: ""
},
span: {
type: Number,
default: 1
},
width: {
type: [String, Number],
default: ""
},
minWidth: {
type: [String, Number],
default: ""
},
align: {
type: String,
default: "left"
},
labelAlign: {
type: String,
default: ""
},
className: {
type: String,
default: ""
},
labelClassName: {
type: String,
default: ""
2 years ago
}
});
2 years ago
const DescriptionItem = vue.defineComponent({
name: "ElDescriptionsItem",
props: descriptionItemProps
});
2 years ago
2 years ago
exports["default"] = DescriptionItem;
2 years ago
//# sourceMappingURL=description-item.js.map