.w100 { width: 100%; } // 页头 .ele-body { .page-title { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eaeefb; padding-bottom: 8px; margin-bottom: 16px; } } // ele-split-layout 左侧盒子充满 .split-layout-right-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-sizing: border-box; border-width: 1px; border-style: solid; overflow: auto; } // tab切换框 .switch { display: flex; justify-content: space-between; } .switch_left ul { list-style-type: none; display: flex; padding: 0; margin: 0; } .switch_left ul li { min-width: 80px; padding: 0 10px; text-align: center; background: #dfdfdf; color: #333; font-size: 14px; height: 36px; line-height: 32px; margin-right: 5px; border-top: 4px solid #dfdfdf; cursor: pointer; } .switch_left ul .active { background: #fff; border-top: 4px solid #157a2c; color: #157a2c; } .mt-16 { margin-top: 16px; } .mb-16 { margin-bottom: 16px; } .label-required { &.after::after { content: '*'; color: var(--color-danger); font-size: 1.2em; } &.before::before { content: '*'; color: var(--color-danger); font-size: 1.2em; } } .form-no-message { .el-form-item { margin-bottom: 0 !important; } } .sort-wrap { i { font-size: 24px; cursor: pointer; } .el-icon-caret-top { color: red; } .el-icon-caret-bottom { color: #157a2c; } } /* 布局-横向 */ /* c:center,s:start,e:end,a:around,b:between,w:wrap */ .rx { display: flex; } .rx-c { display: flex; align-items: center; } .rx-cc { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; } .rx-sc { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; } .rx-ss { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: flex-start; } .rx-warp { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; } .rx-se { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: flex-end; } .rx-dir-start { display: flex; flex-direction: column; align-items: flex-start; } .rx-ec { display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: center; } .rx-es { display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: flex-start; } .rx-ee { display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: flex-end; } .rx-ac { display: flex; flex-flow: row nowrap; justify-content: space-around; align-items: center; } .rx-bc { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; } .rx-bs { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-start; } .rx-be { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-end; } .rx-vc { display: flex; flex-flow: row nowrap; justify-content: space-evenly; align-items: center; } .rx-cs { display: flex; flex-flow: row nowrap; justify-content: center; align-items: flex-start; } .rx-wsc { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; } .rx-wss { display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: flex-start; } .rx-wbs { display: flex; flex-flow: row wrap; justify-content: space-between; align-content: flex-start; } /* 布局-纵向 */ .cx { display: flex; flex-flow: column nowrap; } .cx-cc { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; } .cx-ce { display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-end; } .cx-sc { display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; } .cx-cs { display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-start; } .cx-rc { display: flex; flex-flow: column-reverse nowrap; justify-content: center; align-items: center; } .el-dialog { margin-top: 5vh !important; } .el-table--medium .el-table__cell { padding: 2px 0 !important; } .el-button--medium { padding: 7px 10px !important; font-size: 12px !important; border-radius: 3px !important; } .el-button--small { padding: 7px 10px !important; font-size: 12px !important; border-radius: 3px !important; } .el-input--medium .el-input__inner { height: 32px !important; line-height: 32px !important; }