.THIS .bottom .slds-form-element__control { display: inline-flex; } .dealer{ width: 65%; } .flag{ } .pdfCheck{ display: inline-flex; } /*合同:xxx 一行输出*/ .vmItems{ display: flex; align-items: center; } .vmItems span{ width: 122px; } .c-container span{ display: inline-block; padding: 10px 0; font-weight: bold; } /*button 样式改动*/ .bottomBtn button { border: 1px solid #0176d3; background-color: #fff; color: #0176d3; width: 90px; height: 35px ; margin: 5px; border-radius: 5px; } .bottomBtn button:disabled, .bottomBtn button[disabled]{ border: 1px solid #c9c9c9; color: #c9c9c9; } .accordion { --slds-c-accordion-summary-color-background:#f3f3f3; /*--slds-c-accordion-heading-text-color:white;*/ --slds-c-accordion-heading-font-size:18px; } /*table 样式*/ .list tr th,.list tr td{ border: 1px solid #ededed; white-space: normal; } .headerRow{ background-color: #f2f3f3; font-weight: bold; font-size:.9em; border-width: 0 0 1px 1px; border-color: #e0e3e5; } /*必填*/ .required{ display: inline !important; float: none; font-weight: var(--lwc-fontWeightBold,700) !important; } /*底部 合同开始日 合同结束日*/ .bottomVMItem{ display: flex; align-items: center; margin-left: 10px; } .bottomVMItem span{ width: 90px; }