Commit 49e9b691 authored by jiangqihao's avatar jiangqihao

logo

parent 4714494b
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit"> <meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>logo.png">
<title><%= webpackConfig.name %></title> <title><%= webpackConfig.name %></title>
</head> </head>
<body> <body>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
v-if="!disabled" v-if="!disabled"
slot="suffix" slot="suffix"
class="el-input__icon el-icon-search" class="el-input__icon el-icon-search"
style="color : #a22796"
@click="createLovTable" @click="createLovTable"
/> />
</el-input> </el-input>
...@@ -319,4 +320,7 @@ export default { ...@@ -319,4 +320,7 @@ export default {
padding: 16px 20px; padding: 16px 20px;
} }
} }
.el-input__icon {
color: #a22796;
}
</style> </style>
module.exports = { module.exports = {
title: 'Vue Element Admin', title: '客户关系管理系统',
/** /**
* @type {boolean} true | false * @type {boolean} true | false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment