ReadonlyForm.scss 245 Bytes 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 @import "../../scss/bootstrap/variables"; .item_wrpa{ margin: 10px 20px 0 0; border-bottom: 2px solid rgba(0,0,0,0.1); .item_lable{ padding-left: 10px; text-align: left; width: 100px; } .item_value{ margin-left:120px; } }