Commit b68119c5 authored by 秦文海's avatar 秦文海

fix: tip样式微调

parent 3c4980d1
Pipeline #38414 failed with stages
in 22 seconds
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
height: 100%; height: 100%;
} }
&-TipAll { &-TipAll {
width: 100%;
height: 85%; height: 85%;
} }
&-Tipconter { &-Tipconter {
...@@ -14,11 +15,11 @@ ...@@ -14,11 +15,11 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: white; background-color: white;
&-Tipleft { }
width: 100%; &-Tipleft {
height: 100%; width: 100%;
background-color: #f5f6f7; height: 100%;
} background-color: #f5f6f7;
} }
&-tipfooter { &-tipfooter {
position: relative; position: relative;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
&-contaner { &-contaner {
width: 100%; width: 100%;
height: 85%; height: 85%;
overflow: scroll; overflow: auto;
overflow-x: hidden; overflow-x: hidden;
ul { ul {
display: flex; display: flex;
......
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