劳务管理(人员管理):样式调整

This commit is contained in:
骆乐 2022-09-13 16:10:37 +08:00
parent 12807538a6
commit c094b703b3
3 changed files with 9 additions and 6 deletions

View File

@ -41,7 +41,7 @@ if (process.env.NODE_ENV == 'development') {
// 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.216:6023/' // 邱平毅本地
// axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上
// axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
// axios.defaults.baseURL = 'http://192.168.34.216:18070/' // 邱平毅本地
@ -49,7 +49,7 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://47.97.202.104:6023/';
// axios.defaults.baseURL = 'http://139.9.66.234:8/';
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
// axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
// axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲
// axios.defaults.baseURL = 'http://117.156.17.59:9090/'; //

View File

@ -257,7 +257,6 @@
>
<br />
<el-form
style="margin-top: 15px"
:inline="true"
:model="tableParameter"
size="medium"
@ -436,7 +435,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="address" width="250px">
<el-table-column prop="address" width="280px">
<template slot-scope="scope">
<div class="tableBtns">
<el-button
@ -3349,6 +3348,9 @@ export default {
</script>
<style lang="less" scoped>
@import './laborPersonCommon.less';
::v-deep .el-button--medium{
padding:9px 10px;
}
.administration {
width: 100%;
height: 100%;

View File

@ -211,7 +211,6 @@
>
<br />
<el-form
style="margin-top: 15px"
:inline="true"
:model="tableParameter"
size="medium"
@ -4056,7 +4055,9 @@ export default {
</script>
<style lang="less" scoped>
@import './laborPersonCommon.less';
::v-deep .el-button--medium{
padding:9px 10px;
}
.laborComponent {
width: 100%;
height: 100%;