Commit 6bffc023 authored by 刘攀's avatar 刘攀

样式修复

parent f807e3ab
......@@ -230,9 +230,8 @@
background: linear-gradient(150deg, rgba(255, 178, 31, 1), rgba(255, 97, 24, 1));
height: 28rpx;
line-height: 28rpx;
min-width: auto;
padding: 0 10rpx;
min-width: auto;
min-width: 20rpx;
border-radius: 28rpx;
font-size: 20rpx;
}
......
......@@ -810,7 +810,7 @@
height: 28rpx;
line-height: 28rpx;
padding: 0 10rpx;
min-width: auto;
min-width: 22rpx;
border-radius: 28rpx;
font-size: 22rpx;
}
......@@ -1128,7 +1128,7 @@
height: 28rpx;
line-height: 28rpx;
padding: 0 10rpx;
min-width: auto;
min-width: 22rpx;
border-radius: 28rpx;
font-size: 22rpx;
}
......@@ -1242,7 +1242,7 @@
height: 28rpx;
line-height: 28rpx;
padding: 0 10rpx;
min-width: auto;
min-width: 22rpx;
border-radius: 28rpx;
font-size: 22rpx;
}
......@@ -1356,7 +1356,7 @@
height: 28rpx;
line-height: 28rpx;
padding: 0 10rpx;
min-width: auto;
min-width: 22rpx;
border-radius: 28rpx;
font-size: 22rpx;
}
......@@ -1470,7 +1470,7 @@
height: 28rpx;
line-height: 28rpx;
padding: 0 10rpx;
min-width: auto;
min-width: 22rpx;
border-radius: 28rpx;
font-size: 22rpx;
}
......
......@@ -16,7 +16,7 @@ Vue.component('baseQuickNav', baseQuickNav)
Vue.component('baseOpenData', baseOpenData)
function _formatNum(num) {
return num = parseFloat(parseFloat(num).toFixed(2).replace(new RegExp('\.00', 'g'), ''))
return num = parseFloat(parseFloat(num).toFixed(2).replace(/\.00$/, ''))
}
// 注册全局过滤器
......
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