Commit 3f1c745e by 冷斌

fix bug

parent aefa0104
......@@ -9,7 +9,7 @@
.bodyBox { width: 100%; margin-top: 0.5rem; background: #fff; padding: 0.5rem 0.75rem; height: 7rem; }
.content { width: 100%; font-size: 0.7rem; color: #333; resize: none; height: 100%; }
.btnBox { width: 100%; margin-top: 5rem; padding: 0 4.4rem; }
.btnBox input { width: 100%; height: 2.2rem; border-radius: 1.1rem; background: #FC7583; font-size: 0.7rem; color: #fff; }
.btnBox button { width: 100%; height: 2.2rem; border-radius: 1.1rem; background: #FC7583; font-size: 0.7rem; color: #fff; }
</style>
</head>
<body style="background-color: #f9f9f9;">
......@@ -29,7 +29,7 @@
<!-- 提交 -->
<div class="btnBox">
<input type="button" :disable="isSub" value="提交" />
<button :disabled="isSub">提交</button>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment