|
@@ -81,24 +81,12 @@
|
|
|
margin-left: 40px !important;
|
|
|
}
|
|
|
.select-orientation-class {
|
|
|
- // /deep/ .ant-select-selection--single .ant-select-selection__rendered {
|
|
|
- // display: flex;
|
|
|
- // justify-content: space-between;
|
|
|
- // }
|
|
|
- // /deep/ .ant-select-selection-selected-value {
|
|
|
- // clear: both;
|
|
|
- // width: 320px;
|
|
|
- // }
|
|
|
.orient-list {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
width: 240px;
|
|
|
.orient-option-left {
|
|
|
float: left;
|
|
|
- // width: 150px;
|
|
|
- // white-space: nowrap;
|
|
|
- // overflow: hidden;
|
|
|
- // text-overflow: ellipsis;
|
|
|
}
|
|
|
.orient-option-right {
|
|
|
float: right;
|