diff --git a/assets/fonts/config.json b/assets/fonts/config.json index 816b468..97ecf73 100644 --- a/assets/fonts/config.json +++ b/assets/fonts/config.json @@ -254,6 +254,54 @@ "code": 59394, "src": "fontawesome" }, + { + "uid": "8cbd5bcfb00043b8094fd7ac21ae5e06", + "css": "angle-circled-up", + "code": 61753, + "src": "fontawesome" + }, + { + "uid": "c35e0796f6f806945a44b1655ce7bbe7", + "css": "angle-circled-down", + "code": 61754, + "src": "fontawesome" + }, + { + "uid": "8933c2579166c2ee56ae40dc6a0b4dc6", + "css": "angle-circled-left", + "code": 61751, + "src": "fontawesome" + }, + { + "uid": "94089b37297572e936b0943bcfa041d3", + "css": "angle-circled-right", + "code": 61752, + "src": "fontawesome" + }, + { + "uid": "f3f90c8c89795da30f7444634476ea4f", + "css": "angle-left", + "code": 61700, + "src": "fontawesome" + }, + { + "uid": "7bf14281af5633a597f85b061ef1cfb9", + "css": "angle-right", + "code": 61701, + "src": "fontawesome" + }, + { + "uid": "e4dde1992f787163e2e2b534b8c8067d", + "css": "angle-down", + "code": 61703, + "src": "fontawesome" + }, + { + "uid": "5de9370846a26947e03f63142a3f1c07", + "css": "angle-up", + "code": 61702, + "src": "fontawesome" + }, { "uid": "efb8e2c22ada5ce5b02631e8b4be473d", "css": "ion-alert-circled", diff --git a/assets/fonts/iconfont.eot b/assets/fonts/iconfont.eot index 2d36af5..6a6d86a 100644 Binary files a/assets/fonts/iconfont.eot and b/assets/fonts/iconfont.eot differ diff --git a/assets/fonts/iconfont.svg b/assets/fonts/iconfont.svg index 286e0dc..d7fc15f 100644 --- a/assets/fonts/iconfont.svg +++ b/assets/fonts/iconfont.svg @@ -14,10 +14,26 @@ + + + + + + + + + + + + + + + + diff --git a/assets/fonts/iconfont.ttf b/assets/fonts/iconfont.ttf index 3d01185..82219cf 100644 Binary files a/assets/fonts/iconfont.ttf and b/assets/fonts/iconfont.ttf differ diff --git a/assets/fonts/iconfont.woff b/assets/fonts/iconfont.woff index 1314ef4..cc6906a 100644 Binary files a/assets/fonts/iconfont.woff and b/assets/fonts/iconfont.woff differ diff --git a/assets/fonts/iconfont.woff2 b/assets/fonts/iconfont.woff2 index c7e311d..692216c 100644 Binary files a/assets/fonts/iconfont.woff2 and b/assets/fonts/iconfont.woff2 differ diff --git a/src/app.less b/src/app.less index d584760..6d7dab5 100644 --- a/src/app.less +++ b/src/app.less @@ -253,95 +253,6 @@ button{ .content_table_headline {margin-bottom:10px;} -/*-------------------------------------------------------------- -# Content Tables ---------------------------------------------------------------*/ -.cms_table_row_content, .cms_table_row_header {margin:0px -25px;} -.cms_table_row { - display: table; - width: 100%; - table-layout: fixed; - background:#FFF; - padding:10px 15px; - position:relative; -} -.cms_table_row:nth-child(even) {background:#f5f3f4;} -.table_cell { - display: table-cell; - vertical-align: middle; - padding:0px 10px; -} - -.cell_checkbox {width:40px;} -.cell_image {width:120px; line-height:0;} .cell_image img {width:100%;} -.cell_title {position:relative;} -.cell_title a {color:#000;} .cell_title a:hover {color:#28b78d;} - -.cell_date {} -.cell_author {} -.cell_category {} -.cell_status {position:relative; padding-left:20px;} - -.cell_status:before { - content:""; - display:block; - position:absolute; - left:0px; top:50%; - margin-top:-5px; - width:12px; height:12px; - border-radius:100%; - background:#88c87a; -} - -.cell_status_online {color:#28b78d;} .cell_status_online:before {background-color:#28b78d;} -.cell_status_offline {color:#ea5e5d;} .cell_status_offline:before {background-color:#ea5e5d;} -.cell_status_remaining {color:#5fb1e9;} .cell_status_remaining:before {background-color:#5fb1e9;} -.cell_status_expired {color:#eba760;} .cell_status_expired:before {background-color:#eba760;} - -.cell_settings {text-align:right; width:150px; position:relative; right:0px;} -.cell_settings a {color:#000; list-style-type:none;} -.cell_settings .fa-cog {font-size:20px;} -.cell_settings_inner { - position:absolute; - width:205px; height:40px; - top:50%; - right:-3px; - margin-top:-21px; - border-radius:20px; - background:#e0e0e0; - padding:0px 10px; - z-index:-1; - overflow:hidden; - opacity:0; - -webkit-opacity:0; - -moz-opacity:0; - transition:all 0.3s; -} -.cell_settings_inner_container {float:right;} -.cell_settings_inner_section {float:left; border-right:solid 1px #999; padding:0px 10px;} -.cell_settings_inner_section_last {border:none; padding-right:3px;} -.cell_settings_inner_section ul {list-style-type:none;} -.cell_settings_inner_section ul li {float:left; padding-right:7px;} -.cell_settings_inner_section_last ul li {padding:0px;} -.cell_settings_inner_section ul li a {color:#000;} -.cell_settings_inner_section ul li .fa {line-height:40px; font-size:20px;} - -.cell_settings_click, .cell_settings_close {/*z-index:700;*/ cursor:pointer;} -.cell_settings a:hover, .cell_settings_click:hover {color:#28b78d!important;} - -.cms_table_row_header .cms_table_row {background:none; font-size:13px; padding:10px 15px;} -.cms_table_row_header .fa {font-size:12px;} - -.cell_settings_inner_open { - opacity:1; - -webkit-opacity:1; - -moz-opacity:1; - width:205px; - z-index:600; - transition:all 0.3s; -} - - /*-------------------------------------------------------------- # Table Footer --------------------------------------------------------------*/ diff --git a/src/components/my-table.vue b/src/components/my-table.vue index 5a41a79..2057543 100644 --- a/src/components/my-table.vue +++ b/src/components/my-table.vue @@ -1,81 +1,193 @@ - diff --git a/src/components/scroll-table.vue b/src/components/scroll-table.vue index c5707f1..a870ef8 100644 --- a/src/components/scroll-table.vue +++ b/src/components/scroll-table.vue @@ -1,7 +1,11 @@