UI界面变更

This commit is contained in:
刘彦泽
2022-12-02 13:36:24 +08:00
parent 1944cd5122
commit 31bcf72d31
23 changed files with 104 additions and 56 deletions
@@ -184,7 +184,7 @@
:loading="loading"
>
<span slot="content" slot-scope="text,record">
<a-tooltip placement="topLeft">
<a-tooltip placement="topLeft" overlayClassName="tooltipColor">
<template slot="title">
<span v-html="text"></span>
</template>
@@ -575,6 +575,14 @@
.uploadFile .ant-upload {
display: none !important;
}
.tooltipColor .ant-tooltip-inner {
color: #333;
background-color: #fff !important;
}
.tooltipColor .ant-tooltip-arrow::before {
background-color: #fff;
}
</style>
<style lang="less" scoped>
@import '~@assets/less/common.less';
@@ -1280,8 +1280,12 @@
justify-content: space-around;
.title-flex {
width: 75px;
height: 35px;
text-align: center;
border-radius: 5px;
border: 1px solid #d9d9d9;
padding: 10px 40px;
padding: 7px;
cursor: pointer;
}
@@ -1193,7 +1193,7 @@ export default {
.split-detail-left {
/*height: 100%;*/
width: 300px;
width: 230px;
float: left;
padding-right: 20px;
/*border-right: 1px solid #E6E7EC;*/
@@ -1222,7 +1222,7 @@ export default {
.split-detail-right {
padding-left: 20px;
width: calc(100% - 300px);
width: calc(100% - 230px);
float: right;
border-left: 1px solid #E6E7EC;
/*flex: 1;*/