123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- body {
- margin: 0;
- height: 100%;
- background-color: #fff;
- /* overflow-y: hidden; */
- }
- [v-cloak] {
- display: none;
- }
- html {
- height: 92%;
- }
- .header {
- padding: 18px 18px 18px 0px;
- border-bottom: 1px solid #f2f6fa;
- }
- #text {
- padding-left: 18px;
- border-left: 2px solid #2eaafa;
- }
- #close {
- position: absolute;
- right: 40px;
- font-size: 17px;
- top: 18px;
- cursor: pointer;
- }
- #app {
- margin: 0;
- padding: 0;
- height: 100%;
- height: 640px;
- /* text-align: center */
- }
- .el-menu {
- width: 200px;
- font-size: 15px;
- /* background-color: #f2f6fa; */
- }
- .el-menu-item {
- font-size: 15px;
- background-color: #f2f6fa;
- }
- .el-aside {
- overflow: hidden;
- background-color: #f2f6fa;
- }
- aside {
- background-color: #f2f6fa;
- }
- .el-input {
- width: 60%;
- margin: 10px;
- }
- .flex {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
- #searchtext {
- width: 40%;
- text-align: right;
- }
- .el-main {
- padding: 0;
- padding-right: 20px;
- position: relative;
- }
- .el-table {
- text-align: center;
- }
- .el-table th {
- background-color: #f8f8f8;
- text-align: center
- }
- .el-pagination__jump {
- position: relative;
- top: -9px;
- }
- .el-pagination {
- text-align: right;
- }
- .el-icon-search{
- position: absolute;
- right:40px;
- cursor: pointer;
- }
- .changge{
- display: inline-block;
- width: 20px;
- height: 20px;
- background-image: url('../images/icon-JIANYANZHUANYEFENLEI-dianji.png'); background-repeat: no-repeat
- }
|