123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- body {
- margin: 0;
- padding: 0;
- font-size: 16px;
- font-weight: 400;
- }
- [v-cloak] {
- display: none;
- }
- #app {
- height: 100%;
- width: 100%;
- }
- .nav {
- width: 420px;
- margin: 20px auto;
- }
- .tabNav {
- border-radius: 30px;
- }
- .el-table .cell {
- text-align: center;
- }
- .main {
- margin: -5px 22px;
- }
- .span {
- color: orange;
- display: block;
- margin-top: 10px;
- }
- .el-input__inner {
- height: 35px;
- margin-right: 15px;
- margin-bottom: 15px;
- }
- .el-range-editor.el-input__inner {
- height: 30px;
- padding: 0;
- }
- .el-input__inner:nth-last-child(1){
- width: 30px;
- }
- .el-icon-arrow-up{
- position: relative;
- left: -10px;
- top: -8px;
- }
- .el-icon-date{
- position: relative;
- top: -8px;
- }
- .search {
- display: inline-block;
- background-color: #409EFF;
- color: white;
- border-radius: 2px;
- width: 50px;
- text-align: center;
- padding: 4px;
- cursor: pointer;
- position: absolute;
- right: 30px;
- }
- .el-table,
- .el-table__expanded-cell {
- margin-top: 5px;
- }
- .tab4 .el-table,
- .el-table__expanded-cell {
- /* margin-top: 20px; */
- }
- .el-pagination {
- text-align: right;
- }
- .modelSearch{
- display: inline-block;
- }
- .tab4 .modelSearch {
- position: relative;
- top: 13px;
- margin: 5px;
- }
- .modelSearch .el-input__inner {
- width: 180px;
- }
- a {
- text-decoration: none;
- margin-right: 15px;
- margin-bottom: 15px;
- }
- .el-date-editor.el-input, .el-date-editor.el-input__inner{
- width: 140px;
- height: 35px;
- }
- .el-icon-date{
- position: relative;
- top: -2px;
- }
- .el-table th{
- background-color: #f8f8f8;
- }
- .tab4 input.el-input {
- height: 35px;
- /* width: 200px; */
- }
- .tab4 .el-input--suffix .el-input__inner {
- padding-right: 0;
- }
- .tab4 .inputbox{
- width: 150px;
- position: relative;
- margin: 10px;
- }
- .tab4{
- position: relative;
- }
- .tab4 .search{
- position: absolute;
- right: 4px;
- top: 17px;
- }
- .tab4 .el-date-editor.el-input, .el-date-editor.el-input__inner {
- width: 150px;
- height: 35px;
- }
|