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