杜函宇 2 years ago
commit cfd8b8f647

@ -47,7 +47,7 @@ export default {
// )[0].children; // )[0].children;
// return staticRouter; // return staticRouter;
// return this.$store.state.myselfPermission.routerList; // return this.$store.state.myselfPermission.routerList;
return this.$router.options.routes[5].children; return this.$router.options.routes[5].children.slice(0, -1);
}, },
}, },
created() {}, created() {},

@ -1,7 +1,8 @@
<template> <template>
<div class="ifram-view" :style="iframViewStyle"> <div class="ifram-view" :style="iframViewStyle">
<!-- <span>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</span> --> <!-- <span>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</span> -->
<iframe src="https://dev-mssm-liaoning.imian.org.cn/ggfw/#/firmContent/drugInfo" frameborder="0" style="width: 100%;height: 100%;"></iframe> <!-- <iframe src="https://dev-mssm-liaoning.imian.org.cn/ggfw/#/firmContent/drugInfo" frameborder="0" style="width: 100%;height: 100%;"></iframe> -->
<iframe src="http://localhost:81/#/firmContent/drugInfo" frameborder="0" style="width: 100%;height: 100%;"></iframe>
</div> </div>
</template> </template>
<script> <script>

@ -372,7 +372,7 @@
.task-name { .task-name {
display: flex; display: flex;
align-items: center; align-items: center;
margin-right: 200px; margin-right: 100px;
.task-name-text { .task-name-text {
font-size: 16px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
@ -385,11 +385,12 @@
// margin-right: vw(10); // margin-right: vw(10);
} }
.task-input { .task-input {
width: 251px; width: 351px;
height: 32px; height: 32px;
::v-deep .el-input { ::v-deep .el-input {
width: 351px; width: 351px !important;
height: 32px; height: 32px;
margin-left: 0 !important;
} }
::v-deep .el-input__inner { ::v-deep .el-input__inner {
width: 100%; width: 100%;
@ -397,7 +398,6 @@
font-size: 16px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
// color: #B1B6BF;
line-height: 50px; line-height: 50px;
padding-left: 15px; padding-left: 15px;
} }
@ -420,8 +420,6 @@
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
// line-height: 50px;
// margin-right: vw(10);
} }
} }
} }

Loading…
Cancel
Save