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