Commit 459926c2 authored by yaya's avatar yaya

feat: UI优化

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