This commit is contained in:
yangjun 2024-09-06 09:33:21 +08:00
commit ae76ebb2ba
3 changed files with 59 additions and 28 deletions

View File

@ -6,10 +6,10 @@ VITE_PUBLIC_PATH = /
# 跨域代理,您可以配置多个 ,请注意,没有换行符
VITE_PROXY = [["/jeecgboot","http://192.168.2.10:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
VITE_PROXY = [["/jeecgboot","http://192.168.2.12:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://192.168.2.10:8080/jeecg-boot
VITE_GLOB_DOMAIN_URL=http://192.168.2.12:8080/jeecg-boot
#后台接口父地址(必填)
VITE_GLOB_API_URL=/jeecgboot

View File

@ -13,9 +13,9 @@
</a-col>
</a-row>
</div>
<div class="item-table" v-loading="tableDataLoading">
<div class="item-table" v-loading="tableDataLoading" style="padding:10px 10px;">
<div v-if="noticeList.length > 0">
<div v-for="notice in noticeList">
<div v-for="notice in noticeList" class="mdule-box">
<a-row class="item-header-border">
<a-col :span="22">
<span class="item-title">{{notice.titile}}</span>
@ -144,49 +144,67 @@ function handleDetail(record){
padding: 8px 10px 8px 10px;
margin-bottom: 8px;
background-color: #ffffff;
border-radius: 2px;
border-radius: 5px;
line-height: 46px;
}
.title-form:hover{
box-shadow: 2px 2px 5px 2px #ddd;
}
.item-table{
padding: 6px;
background-color: #ffffff;
border-radius: 2px;
background-color: #f7f8fa;
border-radius: 5px;
min-height: 600px;
margin:10px 0;
padding:0 10px 10px 10px;
box-shadow: 2px 2px 10px 2px #ddd;
}
.item-header-border{
border-style: solid;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-color: #333333;
// border-style: solid;
// border-top-width: 1px;
// border-bottom-width: 0px;
// border-left-width: 1px;
// border-right-width: 1px;
// border-color: #333333;
margin-top:3px;
}
.item-content-border{
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-color: #333333;
border-left-width: 0px;
border-right-width: 0px;
border-color: #f7f7f7;
margin-top: 10px;
color: #666;
}
.item-bottom-border{
border-style: solid;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-color: #333333;
margin-bottom: 30px;
// border-bottom-width: 1px;
// border-left-width: 1px;
// border-right-width: 1px;
// border-color: #333333;
}
.item-button-border{
border-style: solid;
border-left-width: 1px;
border-color: #e5e7eb;
// border-style: solid;
// border-left-width: 1px;
// border-color: #59afff;
background: #e8f4ff;
margin-right: 5px;
color: #1890ff;
}
.item-button-border:hover{
// border-style: solid;
// border-left-width: 1px;
// border-color: #59afff;
background: #f7f8fa;
}
.item-text-right{
@ -210,5 +228,18 @@ function handleDetail(record){
.item-padding-right{
padding-right: 8px;
}
.mdule-box{
border: 2px solid #eff1f4;
background: #fff;
border-radius:5px;
padding: 10px;
margin-bottom: 10px;
}
.mdule-box:hover{
border: 2px solid #afd9ff;
background: #fff;
border-radius:5px;
box-shadow: 2px 2px 10px 2px #ddd;
cursor: pointer;
}
</style>

View File

@ -243,10 +243,10 @@ function handleReturn(record){
}
.item-header-border{
// border-style: solid;
// border-top-width: 1px;
// border-top-width: 0px;
// border-bottom-width: 0px;
// border-left-width: 1px;
// border-right-width: 1px;
// border-left-width: 0px;
// border-right-width: 0px;
// border-color: #333333;
margin-top:3px;
}