problem description
divdivGRU1Dense2GRUdivdiv
:div
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
corresponding to each div code, all three divstyle are the same except for size
<div v-if="item.startsWith("LSTM")" :id="item" style="position: absolute; width: 150px;height: 100px;text-align: center;border:1px solid black;" >
<div style="display:inline-block">
<Icon type="md-close" size=5px style="margin-top:10px;margin-right:-105px" @click.native="deleteModulde(item)" />
</div>