Commit 9f10fec9 authored by xinzhedeai's avatar xinzhedeai

样式调整

parent 02b038b4
...@@ -106,7 +106,8 @@ const tableData = ref([ ...@@ -106,7 +106,8 @@ const tableData = ref([
justify-content: space-between; justify-content: space-between;
padding: 0.1rem; padding: 0.1rem;
background-image: url("@/assets/jinrun/table-header-bg.png"); background-image: url("@/assets/jinrun/table-header-bg.png");
margin-bottom: 0.05rem; /* margin-bottom: 0.05rem; */
background-repeat: no-repeat;
span { span {
font-weight: 500; font-weight: 500;
...@@ -142,6 +143,7 @@ const tableData = ref([ ...@@ -142,6 +143,7 @@ const tableData = ref([
padding: 0.1rem; padding: 0.1rem;
margin-bottom: 0.05rem; margin-bottom: 0.05rem;
background-color: #2a496d78; background-color: #2a496d78;
margin-top: .13rem;
span { span {
font-size: 0.14rem; font-size: 0.14rem;
......
...@@ -324,7 +324,9 @@ background-size: cover; ...@@ -324,7 +324,9 @@ background-size: cover;
// background: rgba(10, 25, 71, 0.8); // background: rgba(10, 25, 71, 0.8);
background-image: url("@/assets/jinrun/table-header-bg.png"); background-image: url("@/assets/jinrun/table-header-bg.png");
// border-radius: 0.05rem; // border-radius: 0.05rem;
margin-bottom: 0.05rem; /* margin-bottom: 0.05rem; */
background-repeat: no-repeat;
position: sticky; position: sticky;
top: 0; top: 0;
...@@ -352,6 +354,7 @@ background-size: cover; ...@@ -352,6 +354,7 @@ background-size: cover;
justify-content: space-between; justify-content: space-between;
padding: 0.1rem; padding: 0.1rem;
margin-bottom: 0.05rem; margin-bottom: 0.05rem;
margin-top: .13rem;
// background: rgba(10, 25, 71, 0.6); // background: rgba(10, 25, 71, 0.6);
background-color: #2a496d78; background-color: #2a496d78;
// border-radius: 0.05rem; // border-radius: 0.05rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment