| | |
| | | <div class="logLog_box"> |
| | | <My-bread |
| | | :list="[ |
| | | `${$t('userManage.userManage')}`, |
| | | `${$t('operatManage.operatManage')}`, |
| | | `${$t('userManage.roleManage')}`, |
| | | ]" |
| | | ></My-bread> |
| | |
| | | left: 37%; |
| | | width: 400px; |
| | | height: 600px; |
| | | background: white; |
| | | background: #303030; |
| | | border: 1px solid #000; |
| | | color: white; |
| | | color: black; |
| | | .treeBox { |
| | | height: 550px; |
| | | overflow: auto; |
| | |
| | | background: #ededed; |
| | | } |
| | | } |
| | | /deep/.el-form-item__label { |
| | | color: white; |
| | | } |
| | | /deep/.el-input__inner { |
| | | background-color: transparent !important; |
| | | border: 1px solid; |
| | | color: white; |
| | | } |
| | | /deep/ .el-dialog { |
| | | background: #303030; |
| | | } |
| | | /deep/.el-range-editor.is-active, |
| | | .el-range-editor.is-active:hover, |
| | | .el-select .el-input.is-focus .el-input__inner { |
| | | border: 1px solid; |
| | | } |
| | | /deep/.el-dialog__title { |
| | | color: white; |
| | | } |
| | | /deep/ .el-dialog__body { |
| | | padding: 10px 0 0 0; |
| | | } |
| | | /deep/ .el-radio { |
| | | color: white; |
| | | } |
| | | /deep/.el-radio__input.is-checked + .el-radio__label { |
| | | color: #1890ff; |
| | | } |
| | | } |
| | | </style> |