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 }