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