mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 22:32:54 +08:00
开门红业绩/机构排行列间距调整
This commit is contained in:
@@ -295,7 +295,7 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
th.sticky-col:nth-of-type(1),
|
th.sticky-col:nth-of-type(1),
|
||||||
td.sticky-col:nth-of-type(1) {
|
td.sticky-col:nth-of-type(1) {
|
||||||
width: 50px;
|
width: 3em;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
@@ -303,7 +303,7 @@ td.sticky-col:nth-of-type(1) {
|
|||||||
th.sticky-col:nth-of-type(2),
|
th.sticky-col:nth-of-type(2),
|
||||||
td.sticky-col:nth-of-type(2) {
|
td.sticky-col:nth-of-type(2) {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
left: 48px;
|
left: 2.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-product-container {
|
.home-product-container {
|
||||||
@@ -361,7 +361,7 @@ td.sticky-col:nth-of-type(2) {
|
|||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
background-color: #fff3f1;
|
background-color: #fff3f1;
|
||||||
color: #d84535;
|
color: #d84535;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user