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

fix: tip样式微调

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