|
@@ -209,7 +209,7 @@
|
|
|
tr {
|
|
tr {
|
|
|
box-shadow: 0px 1px 0px 0px @m-black17;
|
|
box-shadow: 0px 1px 0px 0px @m-black17;
|
|
|
th {
|
|
th {
|
|
|
- line-height: 34px;
|
|
|
|
|
|
|
+ line-height: 26px;
|
|
|
background: @m-black34;
|
|
background: @m-black34;
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
padding-bottom: 0;
|
|
@@ -223,12 +223,12 @@
|
|
|
.ant-table-tbody {
|
|
.ant-table-tbody {
|
|
|
tr {
|
|
tr {
|
|
|
td {
|
|
td {
|
|
|
- height: 34px;
|
|
|
|
|
- line-height: 34px;
|
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
padding: 0 8px;
|
|
padding: 0 8px;
|
|
|
border-right: 1px solid @m-black9;
|
|
border-right: 1px solid @m-black9;
|
|
|
border-bottom: 1px solid @m-black9;
|
|
border-bottom: 1px solid @m-black9;
|
|
|
- font-size: 16px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
color: @m-white1;
|
|
color: @m-white1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -267,7 +267,7 @@
|
|
|
.ant-table-content {
|
|
.ant-table-content {
|
|
|
.ant-table-tbody {
|
|
.ant-table-tbody {
|
|
|
.ant-table-expanded-row {
|
|
.ant-table-expanded-row {
|
|
|
- width: calc(100vw - 180px);
|
|
|
|
|
|
|
+ width: calc(100vw - 160px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -648,6 +648,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.ant-form.dialogForm {
|
|
.ant-form.dialogForm {
|
|
|
|
|
+ height: 100%;
|
|
|
.ant-row.ant-form-item {
|
|
.ant-row.ant-form-item {
|
|
|
.ant-form-item-label {
|
|
.ant-form-item-label {
|
|
|
width: 70px;
|
|
width: 70px;
|
|
@@ -684,7 +685,7 @@
|
|
|
}
|
|
}
|
|
|
.ant-select-arrow {
|
|
.ant-select-arrow {
|
|
|
right: 8px;
|
|
right: 8px;
|
|
|
- color: @m-blue0;
|
|
|
|
|
|
|
+ color: @m-grey1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.inlineFormSelect.ant-select-single {
|
|
.inlineFormSelect.ant-select-single {
|
|
@@ -956,8 +957,8 @@
|
|
|
.selectBtn.ant-btn,.operBtn.ant-btn {
|
|
.selectBtn.ant-btn,.operBtn.ant-btn {
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
width: 80px;
|
|
width: 80px;
|
|
|
- height: 30px;
|
|
|
|
|
- line-height: 31px;
|
|
|
|
|
|
|
+ height: 28px;
|
|
|
|
|
+ line-height: 29px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
background: linear-gradient(0deg, @m-grey39 0%, @m-grey40 98%);
|
|
background: linear-gradient(0deg, @m-grey39 0%, @m-grey40 98%);
|
|
|
border: 0;
|
|
border: 0;
|
|
@@ -1013,7 +1014,7 @@
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
width: auto;
|
|
width: auto;
|
|
|
min-width: 80px;
|
|
min-width: 80px;
|
|
|
- height: 30px;
|
|
|
|
|
|
|
+ height: 28px;
|
|
|
line-height: 31px;
|
|
line-height: 31px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
background: linear-gradient(0deg, @m-blue6 0%, @m-blue7 99%);
|
|
background: linear-gradient(0deg, @m-blue6 0%, @m-blue7 99%);
|
|
@@ -1862,13 +1863,14 @@ input:-internal-autofill-selected {
|
|
|
background-color: @m-black1;
|
|
background-color: @m-black1;
|
|
|
.buy-sell-market-title {
|
|
.buy-sell-market-title {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 60px;
|
|
|
|
|
|
|
+ height: 40px;
|
|
|
background: @m-black1;
|
|
background: @m-black1;
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- line-height: 60px;
|
|
|
|
|
|
|
+ line-height: 40px;
|
|
|
border-bottom: 1PX solid @m-blue0;
|
|
border-bottom: 1PX solid @m-blue0;
|
|
|
|
|
+ padding-bottom: 2px;
|
|
|
div {
|
|
div {
|
|
|
align-self: center;
|
|
align-self: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -1877,11 +1879,11 @@ input:-internal-autofill-selected {
|
|
|
}
|
|
}
|
|
|
.backIcon {
|
|
.backIcon {
|
|
|
width: 52px;
|
|
width: 52px;
|
|
|
- line-height: 60px;
|
|
|
|
|
|
|
+ line-height: 40px;
|
|
|
}
|
|
}
|
|
|
.titleBtn {
|
|
.titleBtn {
|
|
|
- min-width: 90px;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
|
|
+ min-width: 90px;
|
|
|
|
|
+ height: 32px;
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
.name {
|
|
.name {
|
|
|
background: @m-blue12;
|
|
background: @m-blue12;
|
|
@@ -1890,13 +1892,13 @@ input:-internal-autofill-selected {
|
|
|
padding: 0 16px;
|
|
padding: 0 16px;
|
|
|
.rounded-corners(3px, 0, 0, 3px);
|
|
.rounded-corners(3px, 0, 0, 3px);
|
|
|
color: @m-white9;
|
|
color: @m-white9;
|
|
|
- height: 40px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
|
|
+ height: 32px;
|
|
|
|
|
+ line-height: 32px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
}
|
|
|
.arrowRightIcon,.arrowLeftIcon {
|
|
.arrowRightIcon,.arrowLeftIcon {
|
|
|
width: 12px;
|
|
width: 12px;
|
|
|
- height: 40px;
|
|
|
|
|
|
|
+ height: 32px;
|
|
|
background-image: @m-arrowRight;
|
|
background-image: @m-arrowRight;
|
|
|
background-position: 0 0;
|
|
background-position: 0 0;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
@@ -1931,10 +1933,10 @@ input:-internal-autofill-selected {
|
|
|
min-width: 80px;
|
|
min-width: 80px;
|
|
|
margin-left: 15px;
|
|
margin-left: 15px;
|
|
|
.first {
|
|
.first {
|
|
|
- font-size: 14px;
|
|
|
|
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
}
|
|
|
.last {
|
|
.last {
|
|
|
- font-size: 18px;
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2008,6 +2010,10 @@ input:-internal-autofill-selected {
|
|
|
.btn-list {
|
|
.btn-list {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: 10px;
|
|
right: 10px;
|
|
|
|
|
+ .operBtn.ant-btn {
|
|
|
|
|
+ margin-top: 0;
|
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2031,7 +2037,7 @@ input:-internal-autofill-selected {
|
|
|
tr {
|
|
tr {
|
|
|
box-shadow: 0px 1px 0px 0px @m-black17;
|
|
box-shadow: 0px 1px 0px 0px @m-black17;
|
|
|
th {
|
|
th {
|
|
|
- line-height: 34px;
|
|
|
|
|
|
|
+ line-height: 26px;
|
|
|
background: @m-black34;
|
|
background: @m-black34;
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
padding-bottom: 0;
|
|
@@ -2048,12 +2054,12 @@ input:-internal-autofill-selected {
|
|
|
.ant-table-tbody {
|
|
.ant-table-tbody {
|
|
|
tr {
|
|
tr {
|
|
|
td {
|
|
td {
|
|
|
- height: 43px;
|
|
|
|
|
- line-height: 43px;
|
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
padding: 0 8px;
|
|
padding: 0 8px;
|
|
|
border-right: 1px solid @m-black10;
|
|
border-right: 1px solid @m-black10;
|
|
|
border-bottom: 1px solid @m-black10;
|
|
border-bottom: 1px solid @m-black10;
|
|
|
- font-size: 16px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
color: @m-grey17;
|
|
color: @m-grey17;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
@@ -2120,18 +2126,18 @@ input:-internal-autofill-selected {
|
|
|
}
|
|
}
|
|
|
.buyHallTable,.sellHallTable {
|
|
.buyHallTable,.sellHallTable {
|
|
|
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
|
|
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
|
|
|
- min-height: calc(100vh - 470px);
|
|
|
|
|
|
|
+ min-height: calc(100vh - 384px);
|
|
|
}
|
|
}
|
|
|
.ant-table {
|
|
.ant-table {
|
|
|
.ant-table-tbody {
|
|
.ant-table-tbody {
|
|
|
- min-height: calc(100vh - 470px);
|
|
|
|
|
|
|
+ min-height: calc(100vh - 384px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.noDataTable {
|
|
.noDataTable {
|
|
|
.ant-table {
|
|
.ant-table {
|
|
|
.ant-table-header {
|
|
.ant-table-header {
|
|
|
- height: 35px;
|
|
|
|
|
|
|
+ // height: 35px;
|
|
|
margin-bottom: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
|
overflow: hidden !important;
|
|
overflow: hidden !important;
|
|
|
}
|
|
}
|
|
@@ -2140,11 +2146,11 @@ input:-internal-autofill-selected {
|
|
|
// 没有底部时买卖大厅表格高度
|
|
// 没有底部时买卖大厅表格高度
|
|
|
.buyHallTableHigh,.sellHallTableHigh {
|
|
.buyHallTableHigh,.sellHallTableHigh {
|
|
|
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
|
|
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
|
|
|
- min-height: calc(100vh - 180px);
|
|
|
|
|
|
|
+ min-height: calc(100vh - 145px);
|
|
|
}
|
|
}
|
|
|
.ant-table {
|
|
.ant-table {
|
|
|
.ant-table-tbody {
|
|
.ant-table-tbody {
|
|
|
- min-height: calc(100vh - 180px);
|
|
|
|
|
|
|
+ min-height: calc(100vh - 145px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2274,8 +2280,8 @@ input:-internal-autofill-selected {
|
|
|
.ant-input {
|
|
.ant-input {
|
|
|
width: 90px;
|
|
width: 90px;
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
- font-size: 16px;
|
|
|
|
|
- color: @m-white9;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: @m-white6;
|
|
|
}
|
|
}
|
|
|
.ant-calendar-picker-icon {
|
|
.ant-calendar-picker-icon {
|
|
|
display: none;
|
|
display: none;
|
|
@@ -2460,3 +2466,7 @@ input:-internal-autofill-selected {
|
|
|
color: @m-white8;
|
|
color: @m-white8;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+.ant-select-tree-dropdown .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ }
|