123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .el-tabs {
- margin-top: -30px;
- }
- .el-tabs__nav-scroll {
- justify-content: space-between;
- }
- .view-dataSpecies-left {
- width: 300px;
- }
- .view-dataSpecies-right {
- width: calc(100% - 330px);
- margin-left: 30px;
- .view-dataType-title-search {
- display: flex;
- .input1 {
- width: 340px;
- }
- }
- }
- .view-table-content {
- display: flex;
- }
- .view-dataType-title {
- display: flex;
- flex-shrink: 1;
- justify-content: space-between;
- }
- .view-dataType-table {
- margin-top: 10px;
- }
- // ::-webkit-scrollbar{
- // display: none;
- // }
- .view-carrierFlightMission-FlightMission-btn {
- display: flex;
- justify-content: space-between;
- }
- .view-carrierFlightMission-FlightMission-btn-right {
- display: flex;
- -ms-overflow-style: none;
- scrollbar-width: none;
- .input-with-select {
- display: flex;
- margin-right: 20px;
- > span {
- white-space: nowrap;
- color: #fff;
- display: block;
- margin-right: 10px;
- width: 60px;
- height: 24px;
- line-height: 30px;
- }
- }
- }
- .view-carrierFlightMission-FlightMission-btn-right::-webkit-scrollbar{
- display: none;
- }
- .c-card-content-echars-1 {
- height: calc(100vh - 142px - 90px - 20px);
- .baseBar-box-1 {
- width: 100%;
- height: 100%;
- }
- }
|