5bf3280d by 焦小希

修改表格的样式,统一风格

1 parent 5b42ad12
......@@ -39,16 +39,19 @@
margin-top: 20px;
}
.el-table th {
background:#ccc !important;
background:#F2F2F2 !important;
}
.el-table tbody tr:hover>td {
background-color:#ccc!important
background-color:#EEF9FF!important
}
.block{
float: right;
background: #fff;
margin-top: 10px;
}
.el-table__row{
cursor: pointer;
}
</style>
</head>
<body>
......
......@@ -39,16 +39,19 @@
margin-top: 20px;
}
.el-table th {
background:#ccc !important;
background:#F2F2F2 !important;
}
.el-table tbody tr:hover>td {
background-color:#ccc!important
background-color:#EEF9FF!important
}
.block{
float: right;
background: #fff;
margin-top: 10px;
}
.el-table__row{
cursor: pointer;
}
</style>
</head>
<body>
......
......@@ -39,16 +39,19 @@
margin-top: 20px;
}
.el-table th {
background:#ccc !important;
background:#F2F2F2 !important;
}
.el-table tbody tr:hover>td {
background-color:#ccc!important
background-color:#EEF9FF!important
}
.block{
float: right;
background: #fff;
margin-top: 10px;
}
.el-table__row{
cursor: pointer;
}
</style>
</head>
<body>
......
......@@ -13,6 +13,7 @@
margin:10px 10px 0 10px;
height:100%;
background: #fff;
position:relative;
}
.search{
display: flex;
......@@ -39,15 +40,24 @@
margin-top: 20px;
}
.el-table th {
background:#ccc !important;
background:#F2F2F2 !important;
}
.el-table tbody tr:hover>td {
background-color:#ccc!important
background-color:#EEF9FF!important
}
.block{
float: right;
background: #fff;
margin-top: 10px;
position:absolute;
bottom:0;
right: 0;
}
.el-table__row{
cursor: pointer;
}
.el-table__row{
cursor: pointer;
}
</style>
</head>
......
......@@ -23,6 +23,12 @@
.el-button{
margin-top: 20px;
}
.el-table th {
background:#F2F2F2 !important;
}
.el-table tbody tr:hover>td {
background-color:#EEF9FF!important
}
.block{
float: right;
background: #fff;
......@@ -31,6 +37,9 @@
.el-pagination__jump{
margin-top: -15px;
}
.el-table__row{
cursor: pointer;
}
</style>
</head>
<body>
......
......@@ -23,6 +23,12 @@
.el-button{
margin-top: 20px;
}
.el-table th {
background:#F2F2F2 !important;
}
.el-table tbody tr:hover>td {
background-color:#EEF9FF!important
}
.block{
float: right;
background: #fff;
......@@ -31,6 +37,9 @@
.el-pagination__jump{
margin-top: -15px;
}
.el-table__row{
cursor: pointer;
}
</style>
</head>
<body>
......