form.component.css 182 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 @import '../style/common_mixin.css'; .model-content { width: 100%; height: 100%; } .border { border-radius: 20px; border-style: dashed; padding: 20px; margin: 20px; }