Commit e43edb32 by yuhac

update

1 parent 90108fa1
Showing with 2 additions and 2 deletions
......@@ -13,7 +13,7 @@
<div class="title">{{targetLetter}}</div>
<div class="write-area">
<div class="item" v-for="(item,index) in writeList" :key="index">
<span class="label">{{index + 1}}:</span>
<span class="label-name">{{index + 1}}:</span>
<input type="text" class="input" :value="item" />
</div>
</div>
......@@ -149,7 +149,7 @@ export default new BaseCasePage({
justify-content: center;
margin-bottom: 20px;
}
.write-area > .item .label {
.write-area > .item .label-name {
font-size: 36px;
}
.write-area > .item .input {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!