mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
调整评论
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
</div>
|
||||
<div style="width: 90px;display: flex;justify-content: flex-end;">
|
||||
<el-button @click="submit()" style="height: 52px;" type="primary">发布</el-button>
|
||||
<el-button class="publish-button" @click="submit()" style="height: 30px;" type="primary">发布</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -793,6 +793,11 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.publish-button{
|
||||
// line-height: 30px;
|
||||
padding-top: 7px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
.anzhu{
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
|
||||
Reference in New Issue
Block a user