开门红业绩/机构排行列间距调整

This commit is contained in:
mengxiaolong
2020-12-30 14:45:10 +08:00
parent 4cd6635f7f
commit 0d6e36e700

View File

@@ -295,7 +295,7 @@ export default {
<style lang="scss" scoped>
th.sticky-col:nth-of-type(1),
td.sticky-col:nth-of-type(1) {
width: 50px;
width: 3em;
position: sticky;
left: 0;
}
@@ -303,7 +303,7 @@ td.sticky-col:nth-of-type(1) {
th.sticky-col:nth-of-type(2),
td.sticky-col:nth-of-type(2) {
position: sticky;
left: 48px;
left: 2.8em;
}
.home-product-container {
@@ -361,7 +361,7 @@ td.sticky-col:nth-of-type(2) {
padding: 10px 0px;
background-color: #fff3f1;
color: #d84535;
font-size: 14px;
font-size: 13px;
}
th {
border: none;