| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .vue-main {
- min-height: 100px;
- }
- .vue-main + .vue-main {
- margin-top: 20px;
- }
- .all {
- background: none;
- }
- .vue-main-title-sub {
- padding-left: 20px;
- text-align: left;
- font-size: 14px;
- color: rgb(153, 153, 153);
- }
- .input-merge-row .el-col:first-child .el-input-group__append {
- border-right-width: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- .input-merge-row .el-col:nth-child(2) .el-input-group {
- margin-left: -1px;
- }
- .input-merge-row .el-col:nth-child(2) .el-input-group input {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- .tabs {
- margin: 20px 10px;
- }
- .tab-item {
- display: inline-block;
- padding: 10px 20px;
- color: #333;
- cursor: pointer;
- }
- .tab-item:hover,
- .tab-item-active {
- color: white;
- border-radius: 50px;
- background-color: #13c7a7;
- }
- .member-info {
- display: flex;
- align-items: center;
- }
- .member-info .member-avatar {
- flex-shrink: 0;
- margin: 0 5px;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- }
- .ellipsis1 {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
|