add qinwei logo

This commit is contained in:
Shaun Chyxion 2020-09-05 11:28:22 +08:00
parent 144b3f0ab4
commit 45f32e0523
9 changed files with 16 additions and 19 deletions

View File

@ -1,7 +1,6 @@
package com.pudonghot.yo.cms.controller;
import com.wacai.tigon.form.FormList;
import com.pudonghot.yo.model.domain.Agent;
import com.wacai.tigon.web.annotation.ListApi;
import com.wacai.tigon.web.annotation.FilterCol;
import com.pudonghot.yo.model.domain.AgentStatus;
@ -16,10 +15,8 @@ import org.springframework.web.bind.annotation.RequestMapping;
*/
@Controller
@ListApi(searchCols = {
Agent.NAME,
Agent.ACCOUNT,
Agent.AGENT,
Agent.NOTE
AgentStatus.ACCOUNT,
AgentStatus.AGENT
},
filterCols = {
@FilterCol(param = AgentStatus.STATUS, type = AgentStatus.Status.class),

View File

@ -2,7 +2,7 @@ import Ember from 'ember';
import $ from 'jquery';
export default Ember.Component.extend({
classNames: ['page-content', 'no-padding', 'desktop'],
classNames: ['no-padding', 'desktop'],
mount: false,
init() {
let me = this;

View File

@ -3,11 +3,11 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<title>Yo CMS</title>
<meta name="description" content="Yo CMS" />
<title>勤为科技呼叫管理系统</title>
<meta name="description" content="勤为科技呼叫管理系统" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link rel="icon" type="image/png" href="assets/images/qwlogo.png" />
{{content-for 'head'}}
<!-- <link rel="stylesheet" href="assets/css/emberjs.css"> -->
<link rel="stylesheet" href="assets/css/vendor.css">

View File

@ -3,9 +3,15 @@
}
.desktop {
background: url('../images/desktop.jpg') no-repeat center center;
background-size: contain;
// background: url('../images/desktop.jpg') no-repeat center center;
// background-size: contain;
// background-size: 100% 100%;
background: url('../images/desktop1.jpg') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: -32px;
}
.ember-text-area {

View File

@ -1,5 +1,5 @@
<div class="widget-box transparent" style="padding-top: 2px; border: 1px solid #ddd;">
{{grid-header search-box=false}}
{{grid-header}}
<div class="widget-body">
<!-- #section:custom/scrollbar -->

View File

@ -7,13 +7,7 @@
</div>
<!-- /section:basics/content.breadcrumbs -->
<div class="page-content">
<div class="row">
<div class="col-xs-12">
<!-- PAGE CONTENT BEGINS -->
{{yield}}
<!-- PAGE CONTENT ENDS -->
</div><!-- /.col -->
</div><!-- /.row -->
{{yield}}
</div><!-- /.page-content -->
</div>
</div><!-- /.main-content -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB