注释代码

This commit is contained in:
ival 2021-03-25 09:22:07 +08:00
parent caafa7578b
commit 1eef45efe4
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<modifying-station-stop-time ref="modifyingStationStopTime" /> <modifying-station-stop-time ref="modifyingStationStopTime" />
<populating-generic-data ref="populatingGenericData" :load-run-plan-id="planId" /> <populating-generic-data ref="populatingGenericData" :load-run-plan-id="planId" />
<edit-plan-name ref="editPlan" @renewal="refreshMapName" /> <edit-plan-name ref="editPlan" @renewal="refreshMapName" />
<gernarate-plan ref="gernaratePlanTrain" /> <!-- <gernarate-plan ref="gernaratePlanTrain" /> -->
</div> </div>
</template> </template>

View File

@ -266,8 +266,7 @@ export default {
}; };
</script> </script>
<style scoped rel="stylesheet/scss" lang="scss"> <style scoped lang="scss">
@import "src/styles/mixin.scss";
$size: 26px; $size: 26px;
$background: #ffffee; $background: #ffffee;
$color: #0000; $color: #0000;
@ -275,6 +274,7 @@ export default {
.el-dialog__wrapper { .el-dialog__wrapper {
position: relative; position: relative;
width: 100%; width: 100%;
height: 32px;
} }
.frosted-glass{ .frosted-glass{