湖里大屏(进度计划):样式

This commit is contained in:
骆乐 2022-08-22 17:36:10 +08:00
parent c84c8090a6
commit 4a0f31cb3f
3 changed files with 10 additions and 3 deletions

View File

@ -40,8 +40,8 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
// tag: 本地
// axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地
// axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
// axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
// axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地
// axios.defaults.baseURL = 'http://47.97.202.104:6023/';
// axios.defaults.baseURL = 'http://124.71.178.44:9500/'; // 星璇

View File

@ -151,6 +151,13 @@ export default {
margin-left: 300px;
width: 100px;
margin-bottom: 10px;
::v-deep .el-input__inner {
background-color: transparent;
color: white;
height: 24px;
line-height: 24px;
padding: 0 5px;
}
}
}
.noData{

View File

@ -228,7 +228,7 @@ export default {
.endDate {
position: absolute;
right: 20px;
bottom: 40px;
bottom: 60px;
// font-size: 13px;
}
}