|
@@ -57,6 +57,7 @@ async function getExcelDetail( source = 'refresh', ExcelInfoId = '' ){
|
|
|
if(res.Ret!==200) return
|
|
|
if(source==='refresh') showToast({ type: 'success', message: globalProperties.$t('shared_table.refresh_success') })
|
|
|
queryData.value = res.Data
|
|
|
+ document.title = queryData.value.ExcelName
|
|
|
}
|
|
|
|
|
|
// 获取关联图库列表
|
|
@@ -419,7 +420,7 @@ function goChart () {
|
|
|
}
|
|
|
.sheet-box{
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 270px);
|
|
|
+ height: calc(100% - 300px);
|
|
|
}
|
|
|
.sheet-more-action-wrap{
|
|
|
.head-box{
|
|
@@ -445,7 +446,7 @@ function goChart () {
|
|
|
}
|
|
|
.bottom {
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: space-around;
|
|
|
.bottom-item {
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
font-size: 20px;
|
|
@@ -516,7 +517,7 @@ function goChart () {
|
|
|
.sheet-box{
|
|
|
margin-top: 10px;
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 110px);
|
|
|
+ height: calc(100% - 125px);
|
|
|
}
|
|
|
.bottom {
|
|
|
width: 30%;
|
|
@@ -524,7 +525,7 @@ function goChart () {
|
|
|
right: 12px;
|
|
|
bottom: 12px;
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: space-around;
|
|
|
.bottom-item {
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
font-size: 10px;
|