Commit a0534f8a authored by 张伯涛's avatar 张伯涛

样式调整

parent 460e98db
......@@ -16,6 +16,8 @@
padding: 12px 10px;
}
.search{
border-bottom: 14px solid #FAFAFB;
background-color: #FAFAFB;
.el-form-item{
.el-form-item__label{
font-family: PingFangSC, PingFang SC;
......@@ -200,3 +202,36 @@
text-align: LEFT;
color: #44444F;
}
.navbar{
background-color: #FAFAFB!important;
}
.app-main{
background-color: #FAFAFB!important;
}
.nav-container-two{
background-color: #FAFAFB!important;
.placeholder{
background-color: #FAFAFB!important;
}
}
.tags-view-container{
background-color: #FAFAFB!important;
}
.tags-view-container .tags-view-wrapper .tags-view-item{
border-radius: 16px!important;
border: 1px solid #E2E2EA!important;
font-family: PingFangSC, PingFang SC;
font-weight: 400!important;
font-size: 14px!important;
color: #696974!important;
background: #FAFAFB!important;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active{
border-radius: 16px!important;
border: 1px solid #E2E2EA!important;
font-family: PingFangSC, PingFang SC;
font-weight: 400!important;
font-size: 14px!important;
color: #696974!important;
background: #F1F1F5!important;
}
......@@ -53,6 +53,9 @@
color: #FFFFFF;
}
}
.loginBtn_formItem{
margin-top: 20px;
}
.login-form {
width: 360px;
height: 405px;
......@@ -100,19 +103,6 @@
background: #0062FF;
border-radius: 10px;
}
.readMe_Father{
margin: 5px 0 20px;
.readMe{
height: 40px;
font-family: Roboto, Roboto;
font-weight: 400;
font-size: 12px;
color: #92929D;
line-height: 20px;
text-align: center;
font-style: normal;
}
}
}
.el-input {
height: 38px;
......
......@@ -90,11 +90,6 @@
</div>
</div>
</el-form-item>
<div class="readMe_Father">
<div class="readMe">
{{ 'By signing up, you confirm that you’ve read and accepted our User Notice and Privacy Policy.' }}
</div>
</div>
<el-form-item class="loginBtn_formItem">
<el-button
class="blue-btn"
......
<template>
<div class="errLog-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="系统模块" prop="title">
<el-input
......
<template>
<div class="loginInfo-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="用户名称" prop="userName">
<el-input
......
<template>
<div class="operlog-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="系统模块" prop="title">
<el-input
......
<template>
<div class="dept-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true">
<el-form-item label="部门名称" prop="deptName">
<el-input
......
<template>
<div class="dictData-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true">
<el-form-item label="字典名称" prop="dictType">
<el-select disabled v-model="queryParams.dictType" placeholder="请选择字典名称" clearable size="small">
......
<template>
<div class="dict-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="字典名称" prop="dictName">
<el-input
......
<template>
<div class="menu-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form style="padding: 0 0 0 10px" :inline="true">
<el-form-item label="菜单名称">
<el-input
......
<template>
<div class="role-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true">
<el-form-item label="角色名称" prop="roleName">
<el-input
......
<template>
<div class="user-manage">
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" class="formClass" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="登录名" prop="username">
<el-input
......
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