fix : 不同浏览器匹配样式修改

This commit is contained in:
2024-03-04 15:18:07 +08:00
parent 4fd53e8875
commit 89161ea797
6 changed files with 27 additions and 10 deletions

View File

@@ -313,7 +313,7 @@ const initChart = (type, values) => {
<style lang="scss" scoped>
#air-info {
//min-height: 350px;
margin-top: 40px;
margin-top: 30px;
//position: absolute;
z-index: 100;
width: 824px;
@@ -334,7 +334,7 @@ const initChart = (type, values) => {
color: #ffffff;
align-items: center;
padding: 5px 0 5px 15px;
margin-bottom: 25px;
margin-bottom: 15px;
margin-left: 21px;
> div:first-child {

View File

@@ -76,7 +76,7 @@ const setValue = () => {
align-items: center;
width: 790px;
padding: 5px 14px;
margin-bottom: 25px;
margin-bottom: 15px;
margin-left: 21px;
&:hover {