.copd-r-e-box { width: 100%; /* overflow-y: scroll; height: 100vh; */ } .copd-data-para-item { width: 100%; } .copd-d-p-i-content_inner { width: 1000px; } .copd-d-p-i-content_inner { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; } .copd-form-item { width: 50%; } .copd-d-p-i-content .el-form-item { margin-bottom: 4px; } .copd-d-p-i-title { height: 32px; line-height: 32px; border-bottom: 2px solid #51d0fe; margin-bottom: 8px; position: relative; padding-left: 14px; } .copd-d-p-i-title::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 24px; border-radius: 8px; background-color: #51d0fe; } .copd-fill-width { width: 100%; } .copd-fill-width .copd-form-input { width: 100%; } .copd-sub-title { position: relative; width: 100%; height: 32px; line-height: 32px; margin: 16px 0; } .copd-sub-title .title { width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; } .copd-sub-title .forent-bar { width: 10px; height: 10px; margin-right: 8px; border-radius: 50%; background-color: #51d0fe; } .copd-self-start { justify-self: flex-start; } /* @media screen and (min-width: 1200px) { .copd-form-item { width: unset; } .copd-fill-width { width: 100%; } .copd-form-input{ width: 270px; } } @media screen and (min-width: 992px) and (max-width: 1199.98px) { .copd-form-item { width: 50%; } .copd-fill-width { width: 100%; } .copd-form-input { width: 200px; } } */ .copd-edit-bottom-box { display: flex; align-items: center; justify-content: center; margin-top: 16px; } .copd-form-item .el-date-editor.el-input, .el-date-editor.el-input__inner { width: 100%; margin: 0 } .el-cascader{ width: 100%; margin: 0 } .el-form-item--mini .el-form-item__error { z-index: 999; }