@import "~/app-resources/less/theme.less"; .index-analysis-config-modal { .modal-dialog { width: 1020px; } } .index-analysis-cfg-container { @organge-color0: #DC6900; @focus: #c00; @btn-color: white; @btn-not-focus: #777; @font: "微软雅黑"; .modal-header { padding: 10px; border: none; } .modal-body { font-family: @font; background-color: white; height: 100%; border: 1px solid #f2f2f2; border-radius: 5px; -webkit-box-shadow: 0 0 10px #eeeeee; -moz-box-shadow: 0 0 10px #eeeeee; box-shadow: 0 0 10px #eeeeee; padding: 0; .vat-summary-dashboard-config { padding: 0; height: 480px; .content { padding: 0; .header, .top-btn-container { display: none; } .row-block-left { margin: 20px 10px; width: 62%; & > div { margin: 10px 0 !important; } } .row-block-right { height: 422px; margin: 20px 5px 20px 0; width: 35%; .measures-container { .lable-tab { margin-right: 8px; } } .row-block-right-content .line .line-title { width: auto; } } } } } }