|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="bjxm">
|
|
|
- <div class="title">
|
|
|
- <Title :title="'报健项目'"></Title>
|
|
|
+ <div>
|
|
|
+ <Title :title="'报健项目'" class="title_bjxm"></Title>
|
|
|
|
|
|
<div class="selectTab">
|
|
|
<el-select v-model="left_value" placeholder="请选择" :popper-append-to-body="false" @change="changeChartsLeft">
|
|
@@ -544,8 +544,8 @@ export default {
|
|
|
height: 10rem;
|
|
|
}
|
|
|
|
|
|
-.title {
|
|
|
- width: 22vw;
|
|
|
- background-size: 100% 89%;
|
|
|
+.title_bjxm {
|
|
|
+ width: 22vw !important;
|
|
|
+ background-size: 100% 89% !important;
|
|
|
}
|
|
|
</style>
|