Commit 459926c2 authored by yaya's avatar yaya

feat: UI优化

parent b1911f97
......@@ -133,7 +133,9 @@ export default {
</script>
<style scoped>
/deep/ .el-textarea__inner {
border: none;
}
.page_invite {
padding: 20px;
}
......
......@@ -26,7 +26,7 @@
maxlength="30"
type="textarea"
show-word-limit
style="border: 1px solid #DCDFE6; border-radius: 4px;margin: 0;"
style="border: 1px solid #DCDFE6; border-radius: 4px;margin: 0; width: 230px"
placeholder="请输入备注"
@blur="handleBlur"/>
</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