注释代码
This commit is contained in:
parent
caafa7578b
commit
1eef45efe4
@ -29,7 +29,7 @@
|
||||
<modifying-station-stop-time ref="modifyingStationStopTime" />
|
||||
<populating-generic-data ref="populatingGenericData" :load-run-plan-id="planId" />
|
||||
<edit-plan-name ref="editPlan" @renewal="refreshMapName" />
|
||||
<gernarate-plan ref="gernaratePlanTrain" />
|
||||
<!-- <gernarate-plan ref="gernaratePlanTrain" /> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -266,8 +266,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped rel="stylesheet/scss" lang="scss">
|
||||
@import "src/styles/mixin.scss";
|
||||
<style scoped lang="scss">
|
||||
$size: 26px;
|
||||
$background: #ffffee;
|
||||
$color: #0000;
|
||||
@ -275,6 +274,7 @@ export default {
|
||||
.el-dialog__wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.frosted-glass{
|
||||
|
Loading…
Reference in New Issue
Block a user