feat:点击module的信息组件添加

This commit is contained in:
zhangyu
2020-08-24 17:04:27 +08:00
parent 84f988b761
commit deed6752f6
22 changed files with 197 additions and 1939 deletions

View File

@@ -9,7 +9,6 @@
<i slot="suffix" class="el-input__icon el-icon-search" @click="focusInput" style="float: right"></i>
</el-input>
</div>
<pick-time :refresh-data-func="dateChange" v-model="searchTime" :use-chart-unit="false"></pick-time>
</div>
</template>
@@ -187,5 +186,6 @@
flex: 1;
min-height: 800px;
width: calc(100% - 20px);
min-width: 1190px;
}
</style>