123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .noData {
- height: 32px;
- line-height: 32px;
- }
- .ztree-filter-container {
- white-space: nowrap;
- overflow: hidden;
- padding: 16px 16px 0px;
- .el-input {
- min-width: 100px !important;
- margin-right: 10px;
- }
- // .el-button{
- // display: inline-flex !important;
- // }
- }
- .loading {
- display: contents;
- .el-loading-text {
- display: list-item;
- white-space: nowrap
- }
- }
- .br {
- display: none;
- }
- ::v-deep .el-input__icon {
- line-height: 30px;
- }
- .scrollInSelect {
- height: calc(100vh - 480px);
- ::v-deep .el-scrollbar__wrap {
- margin-bottom: 0 !important;
- overflow-x: auto;
- }
- .ztree {
- height: 100%;
- padding: 0;
- ::v-deep li a.curSelectedNode {
- color: var(--bs-el-color-primary);
- text-decoration: none;
- }
- }
- .empty {
- margin-top: 30px;
- }
- }
|