注释代码
This commit is contained in:
parent
caafa7578b
commit
1eef45efe4
@ -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>
|
||||||
|
|
||||||
|
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user