function html() { return `
名称
文字厚度
经度
文字颜色
纬度
高度
` } function css() { return ` .YJ-custom-base-dialog>.content { width: 600px; } .YJ-custom-base-dialog>.content>div>.row .col { margin: 0 10px; } .YJ-custom-base-dialog>.content>div>.row .col:first-child { margin-left: 0; } .YJ-custom-base-dialog>.content>div>.row .col:last-child { margin-right: 0; } .YJ-custom-base-dialog>.content>div>.row .label { flex: 0 0 42px; } .YJ-custom-base-dialog>.content .DIV-cy-tab-content-pane .input-select { width: 100px; } ` } export { html, css }