update code
parent
9333e98124
commit
5170471343
|
@ -125,6 +125,10 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.fun-verify-group-check-type{
|
.fun-verify-group-check-type{
|
||||||
|
.project-overview-chart{
|
||||||
|
position: relative;
|
||||||
|
top: -10px;
|
||||||
|
}
|
||||||
.chart-gif.chart-overview-gif{
|
.chart-gif.chart-overview-gif{
|
||||||
width:85px;
|
width:85px;
|
||||||
height: 85px;
|
height: 85px;
|
||||||
|
@ -133,7 +137,7 @@ export default {
|
||||||
}
|
}
|
||||||
.div-legend{
|
.div-legend{
|
||||||
position: relative;
|
position: relative;
|
||||||
top:-20px;
|
top:-60px;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
padding:0px 10px;
|
padding:0px 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -154,7 +158,7 @@ export default {
|
||||||
.item-name{
|
.item-name{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
top:-3px;
|
top:-2px;
|
||||||
}
|
}
|
||||||
.item-value{
|
.item-value{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
|
|
@ -215,7 +215,7 @@ export default {
|
||||||
.el-image {
|
.el-image {
|
||||||
width: 150px !important;
|
width: 150px !important;
|
||||||
height: 130px !important;
|
height: 130px !important;
|
||||||
max-width: 150px !important;
|
min-width: 150px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-info {
|
.data-info {
|
||||||
|
|
|
@ -37,8 +37,8 @@ module.exports = defineConfig({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/jhapi':{
|
'/jhapi':{
|
||||||
//target: `http://62.234.3.186/jhapi/`,
|
target: `http://62.234.3.186/jhapi/`,
|
||||||
target: `http://127.0.0.1:8090/jhapi/`,
|
//target: `http://127.0.0.1:8090/jhapi/`,
|
||||||
//target: `http://szgc.jhncidg.com/jhapi/`,
|
//target: `http://szgc.jhncidg.com/jhapi/`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
Loading…
Reference in New Issue