Commit 5d96b1c6 authored by 王's avatar

样式修改

parent 2760a6de
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<el-dialog <el-dialog
:title="boxDialogObj.title" :title="boxDialogObj.title"
:visible.sync="boxDialogObj.show" :visible.sync="boxDialogObj.show"
width="950px"> width="80%">
<div v-loading="loading"> <div v-loading="loading">
<el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-row> <el-row>
......
<template> <template>
<div> <div class="class">
<div class="form-block"> <div class="form-block">
<el-form label-width="90px" inline> <el-form label-width="90px" inline>
<el-form-item label="期数"> <el-form-item label="期数">
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
.form-block{ .class{
padding: 10px; padding: 20px 0;
} }
</style> </style>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" :offset="8"> <el-col :span="4" :offset="8">
<el-button type="success" plain @click="add" v-if="!$store.state.readonly">新增课程</el-button> <el-button type="success" plain @click="add" v-if="!$store.state.readonly" style="float: right">新增课程</el-button>
</el-col> </el-col>
</el-row> </el-row>
</el-form> </el-form>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
.user{ .user{
height: 100%; height: 100%;
overflow: auto; overflow: auto;
padding: 20px; padding: 20px 0;
.btn-content{ .btn-content{
text-align: center; text-align: center;
} }
......
<template> <template>
<div> <div classs="noLesson">
<el-row type="flex" class="add-btn" justify="end"> <el-row type="flex" class="add-btn" justify="end">
<el-col :span="6"> <el-col :span="6">
<el-button type="success" plain @click="add" v-if="!$store.state.readonly">添加不上课日期</el-button> <el-button type="success" plain @click="add" v-if="!$store.state.readonly">添加不上课日期</el-button>
...@@ -108,6 +108,9 @@ ...@@ -108,6 +108,9 @@
.add-btn { .add-btn {
margin: 10px 0; margin: 10px 0;
} }
.noLesson {
padding: 20px 0;
}
.card { .card {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
......
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
border-radius: 50%; border-radius: 50%;
} }
.order { .order {
padding: 20px; padding: 20px 0;
} }
</style> </style>
<style> <style>
......
<template> <template>
<div> <div class="periods">
<div class="form-block"> <div class="form-block">
<el-form label-width="90px" inline> <el-form label-width="90px" inline>
<el-form-item label="期数标题"> <el-form-item label="期数标题">
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</script> </script>
<style scoped> <style scoped>
.form-block { .periods {
margin-top: 10px; padding: 20px 0;
} }
</style> </style>
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
<style scoped> <style scoped>
.putForward { .putForward {
padding: 20px; padding: 20px 0;
} }
.status{ .status{
color: #e9a038; color: #e9a038;
......
...@@ -162,6 +162,6 @@ ...@@ -162,6 +162,6 @@
<style scoped> <style scoped>
.refund{ .refund{
padding: 20px; padding: 20px 0;
} }
</style> </style>
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
.user{ .user{
height: 100%; height: 100%;
overflow: auto; overflow: auto;
padding: 20px; padding: 20px 0;
.btn-content{ .btn-content{
text-align: center; text-align: center;
} }
......
...@@ -317,10 +317,10 @@ ...@@ -317,10 +317,10 @@
<style scoped lang="less"> <style scoped lang="less">
.admin{ .admin{
.head{ .head{
padding: 5px; margin-bottom: 10px;
} }
width: 100%; width: 100%;
padding: 10px; padding: 20px 0;
.page-div{ .page-div{
text-align: center; text-align: center;
padding-top: 20px padding-top: 20px
......
...@@ -256,10 +256,11 @@ ...@@ -256,10 +256,11 @@
<style @scoped lang="less"> <style @scoped lang="less">
.banner{ .banner{
.head{ .head{
padding: 5px; /*padding: 5px;*/
margin-bottom: 10px;
} }
width: 100%; width: 100%;
padding: 10px; padding: 20px 0;
.page-div{ .page-div{
text-align: center; text-align: center;
padding-top: 20px padding-top: 20px
......
...@@ -189,9 +189,9 @@ ...@@ -189,9 +189,9 @@
<style scoped lang="less"> <style scoped lang="less">
.menu{ .menu{
.head{ .head{
padding: 5px; margin-bottom: 10px;
} }
padding: 10px; padding: 20px 0;
.page-div{ .page-div{
text-align: center; text-align: center;
padding-top: 20px padding-top: 20px
......
...@@ -230,10 +230,10 @@ ...@@ -230,10 +230,10 @@
} }
.role{ .role{
.head{ .head{
padding: 5px; margin-bottom: 10px;
} }
width: 100%; width: 100%;
padding: 10px; padding: 20px 0;
.page-div{ .page-div{
text-align: center; text-align: center;
padding-top: 20px padding-top: 20px
......
...@@ -124,12 +124,12 @@ ...@@ -124,12 +124,12 @@
<style scoped lang="less"> <style scoped lang="less">
@import "../../util/public"; @import "../../util/public";
.sys { .sys {
padding: 10px; padding: 20px 0;
} }
.add-btn { .add-btn {
margin: 10px 0; margin: 10px 0;
} }
.top { .top {
padding:5px; margin-bottom:10px;
} }
</style> </style>
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
.user{ .user{
height: 100%; height: 100%;
overflow: auto; overflow: auto;
padding: 20px; padding: 20px 0;
.btn-content{ .btn-content{
text-align: center; text-align: center;
} }
......
...@@ -88,12 +88,13 @@ import {TEACHERTYPE} from "../../util/wordbook"; ...@@ -88,12 +88,13 @@ import {TEACHERTYPE} from "../../util/wordbook";
<style scoped lang="less"> <style scoped lang="less">
.teacher { .teacher {
padding: 20px; padding: 20px 0;
} }
.avatar { .avatar {
width: 60px; width: 60px;
} }
.header { .header {
padding: 0 20px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.el-row { .el-row {
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
.user{ .user{
height: 100%; height: 100%;
overflow: auto; overflow: auto;
padding: 20px; padding: 20px 0;
.btn-content{ .btn-content{
text-align: center; text-align: center;
} }
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
.user{ .user{
height: 100%; height: 100%;
overflow: auto; overflow: auto;
padding: 20px; padding: 20px 0;
.btn-content{ .btn-content{
text-align: center; text-align: center;
} }
......
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
<style scoped lang="less"> <style scoped lang="less">
.focus-reply { .focus-reply {
padding: 30px; padding: 20px 0;
} }
ul, ol { ul, ol {
padding-left: 0; padding-left: 0;
...@@ -336,6 +336,7 @@ ...@@ -336,6 +336,7 @@
font-size: 20px; font-size: 20px;
font-weight: 400; font-weight: 400;
line-height: 1; line-height: 1;
padding-left: 20px;
} }
.top { .top {
margin-bottom: 30px; margin-bottom: 30px;
......
...@@ -193,12 +193,13 @@ ...@@ -193,12 +193,13 @@
} }
.media { .media {
margin-bottom: 40px; margin-bottom: 40px;
padding: 20px; padding: 20px 0;
&-title { &-title {
font-size: 26px; font-size: 26px;
font-weight: 400; font-weight: 400;
line-height: 1; line-height: 1;
margin-bottom: 20px; margin-bottom: 20px;
margin-left: 20px;
} }
&-navs { &-navs {
text-align: left; text-align: left;
......
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