|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
- <el-drawer v-model="visibleDialog" class="custom-adrawer" size="100%" @close="handleCancel">
|
|
|
+ <el-drawer v-model="visibleDialog" class="le-drawer" size="100%" @close="handleCancel">
|
|
|
<template #header>
|
|
|
- <div class="flex flex-pack-justify flex_align-center">
|
|
|
- <span>查看详情</span>
|
|
|
+ <div class="flex flex-pack-justify flex_align-center -my-2">
|
|
|
+ <span class="text-[16px]">查看详情</span>
|
|
|
<el-button type="primary" @click="saveDesignEv">保存</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -90,43 +90,4 @@ watch(
|
|
|
)
|
|
|
</script>
|
|
|
|
|
|
-<style scoped lang="scss">
|
|
|
-.flow-header-box {
|
|
|
- font-weight: 400;
|
|
|
- font-size: 14px;
|
|
|
- border-bottom: 1px solid #e5e6ec;
|
|
|
- padding: 0 16px;
|
|
|
- height: 39px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- color: #86909c;
|
|
|
-}
|
|
|
-
|
|
|
-//.custom-adrawer {
|
|
|
-// &:deep(.el-drawer) {
|
|
|
-// .el-drawer__header {
|
|
|
-// background-color: rgb(245, 245, 245);
|
|
|
-// padding: 0px 20px;
|
|
|
-// height: 50px;
|
|
|
-// color: #000000;
|
|
|
-// margin-bottom: 0px;
|
|
|
-// }
|
|
|
-// .el-drawer__title {
|
|
|
-// font-size: 20px;
|
|
|
-// }
|
|
|
-// }
|
|
|
-//}
|
|
|
-:deep(.el-drawer) {
|
|
|
- .el-drawer__header {
|
|
|
- background-color: rgb(245, 245, 245);
|
|
|
- padding: 0px 20px;
|
|
|
- height: 50px;
|
|
|
- color: #000000;
|
|
|
- margin-bottom: 0px;
|
|
|
- }
|
|
|
- .el-drawer__title {
|
|
|
- font-size: 20px;
|
|
|
- }
|
|
|
-}
|
|
|
-</style>
|
|
|
+<style scoped lang="scss"></style>
|