记得上下班打卡 | git大法好,push需谨慎

Commit 3ae27fa9 authored by sangchunxi's avatar sangchunxi

07-06 textarea css

parent f414c93b
......@@ -29,7 +29,7 @@
<label class="col-sm-3 control-label is-required">头像:</label>
<div class="col-sm-8">
<!-- <input name="img" class="form-control" type="text" th:value="*{img}" readonly required>-->
<img class="img-details" style="height: 800px;" name="img" th:src="*{img}"
<img class="img-details" style="height: 400px;" name="img" th:src="*{img}"
th:onclick="click_big([[*{img}]])">
</div>
</div>
......@@ -87,7 +87,7 @@
<div class="form-group">
<label class="col-sm-3 control-label is-required">自我介绍:</label>
<div class="col-sm-8">
<textarea name="introduce" class="form-control" type="text" th:text="*{introduce}" readonly required></textarea>
<textarea name="introduce" class="form-control" style="height: 200px; font-size: 14px;" type="text" th:text="*{introduce}" readonly required></textarea>
</div>
</div>
<div class="form-group">
......
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