.L-app-container { margin: 20px; background-color: #fff; border-radius: 5px; height: calc(100vh - 40px); overflow-y: scroll; padding: 20px 0 45px 0; // 查询重置按钮 .onSubmit,.reset { width: 64px; height: 30px; border-radius: 2px; padding: 7px 10px; } .reset { border: 1px solid #DEE2EE; } // 表单、搜索框样式、label .el-form-item { margin-right: 20px; // margin-bottom: 0; } .el-form-item__label { font-size: 14px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; font-weight: 500; color: #4D5158; padding: 0; // line-height: 18px; } .el-form-item__content { // 此处是对输入框进行的样式修改 .el-input__inner { width: 230px; height: 30px; background: #FFFFFF; border-radius: 5px; opacity: 1; border: 1px solid #DEE2EE; &::placeholder { font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; line-height: 18px; color: #A1ABBA; } font-size: 14px; font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-weight: 400; color: #292F38; } } .el-tabs { .el-tabs__header { margin-bottom: 0; } .el-tabs__item { font-size: 14px; font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-weight: 400; color: #8E9298; -webkit-background-clip: text; padding-left: 20px !important; } .el-tabs__item.is-active { font-size: 16px; font-family: Source Han Sans CN-Bold, Source Han Sans CN; font-weight: bold; color: #323233; } } .table-box { padding: 0 20px; margin-top: 10px; .table-item { .zhipaiColor { background-color: #FF7F35; } .yizhuofei { background-color: #7A808A; } .shouliColor { background-color: #1E80EB; } .wancengColor { background-color: #F76359; } .tuihuiColor { background-color: #FF7F35; } .yanqiColor { background-color: #1E80EB; } .yichuliColor { background-color: #31D9AE; } .colors { width: 8px; height: 8px; border-radius: 50%; } td { font-size: 12px; font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-weight: 400; color: #292F38; line-height: 40px; height: 40px; } th { font-size: 12px; height: 40px; font-family: Source Han Sans CN-Bold, Source Han Sans CN; font-weight: bold; color: #333333; line-height: 36px; } .el-table__cell { padding: 0; } .columnFactor { div { overflow:hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; } } } } .L_tabs { width: 100%; // height: 15%; background: #fff; .el-form { margin-top: 10px; padding: 0 20px; } } .my-pagination { padding: 0 20px; } .sqbtn { font-family: "Source Han Sans CN-Regular"; border-radius: 4px 4px 4px 4px; opacity: 1; font-size: 12px; margin-right: 8px; cursor: pointer; } .sqbtn1 { background: #ebf5ff; border: 1px solid #a1cbf8; color: #0E7CF4; } .state-sub { display: flex; flex-direction: row-reverse; margin-right: 8px; } .tabsBottom { // height: 85%; padding-top: 10px; .foot-main { padding-bottom: 20px; background: white; } } .headerText { width: 100%; padding: 10px 0px 8px 20px; border-bottom: 1px solid #DEE2EE; font-family: "Source Han Sans CN-Bold"; font-weight: bold; color: #323233; font-size: 16px; position: relative; .headerClose { cursor: pointer; font-size: 16px; position: absolute; right: 14px; top: 10px; } .searchP { position: relative; cursor: pointer; &::before { content: ""; width: 26px; height: 3px; border-radius: 4px; background: #1e80eb; position: absolute; bottom: -8px; } } } // 预警审核样式 header { padding: 0 20px; font-size: 18px; font-weight: bold; } .tabs-header { margin-top: 10px; .tabs-title { width: 100%; border-bottom: 1px solid #DEE2EE; display: flex; margin-bottom: 20px; .await-audit,.already-affirm { cursor: pointer; padding: 8px 30px; border-top: 1px solid #DEE2EE; border-right: 1px solid #DEE2EE; } .await-audit { border-left: 1px solid #DEE2EE; } .active-tab { background-color: #3f3f3f; color: #fefefe; } } .el-form { padding: 0 20px; } .tabs-line { width: 100%; height: 1px; background: #DEE2EE; margin: 20px 0; } } } .app-container::-webkit-scrollbar { display: none; } .team-main { display: flex; justify-content: space-between; font-family: "Source Han Sans CN-Regular"; margin-bottom: 15px; &>div:nth-of-type(1) { color: #8E9298; width: 25%; text-align: right; } &>div:nth-of-type(2) { color: #292F38; width: 70%; } } .el-dialog { background: #FFFFFF; .el-dialog__header { background: #F8F9FA; padding: 10px; .el-dialog__title { font-size: 18px; font-family: Source Han Sans CN; font-weight: 400; color: #333333; } } .el-dialog__body { padding: 10px 20px; .audit-generalize { .grid-content { display: flex; align-items: center; margin: 10px 0; .grid-title { font-size: 14px; } .grid-value { flex: 1; } // 预警类别的value .warning-type { color: #d9011c; } // 概括名称的value .grid-value-btn { display: flex; align-items: center; justify-content: space-between; padding-right: 10px; .grid-value-value { flex: 1; } } } } .audit-table { .table-box { padding: 0; } } } .dialog-footer { display: flex; align-items: center; justify-content: center; width: 100%; .el-button { margin: 0 10px; } } } // 预警呈现样式 .L-app-map-container { margin: 20px; background-color: #fff; border-radius: 5px; height: calc(100vh - 80px); width: calc(100% - 40px); // overflow-y: scroll; position: relative; .warning-list { position: absolute; right: 0; top: 0; bottom: 0; width: 25%; .warning-list-title { line-height: 50px; text-align: center; background-color: #e6f7ff; font-weight: bold; } .warning-list-content { height: calc(100vh - 130px); overflow-y: scroll; padding: 10px; .warning-list-search { display: flex; align-items: center; .el-button { margin-left: 5px; // height: 36px; } } .warning-list-list { display: grid; grid-template-columns: 1fr; grid-row-gap: 10px; padding: 5px; .lists { border: 1px solid #ccc; border-radius: 10px; padding: 5px; .hearder { display: flex; .warning-title { flex: 1; } .anniu { margin-left: 5px; // display: flex; // align-items: center; // justify-content: center; line-height: 30px; height: 30px; padding: 0 10px; border-radius: 5px; border: 1px solid #d9001b; } } .content { display: flex; margin: 10px 0 0 0; .content-left { flex: 1; font-size: 14px; color: #7f7f7f; } .content-right { margin-left: 5px; .audit{ font-size: 14px; color: #7f7f7f; } .detailInfo{ font-size: 14px; color: #1890ff; } .el-button { height: 90%; width: 80px; } } } } } .warning-list-footer { } } } .warning-events { position: absolute; left: 20px; bottom: 40px; padding: 10px 20px; display: grid; grid-template-columns: 1fr; grid-row-gap: 5px; border-radius: 5px; border: 1px solid #DEE2EE; box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1); .warning-events-event { display: flex; align-items: center; .warning-events-event-img { margin-right: 10px; } .warning-events-event-text { font-size: 12px; } } } }