🎄 修改历史界面样式

This commit is contained in:
Hunlongyu
2020-10-16 18:03:20 +08:00
parent 7d4ffeed87
commit b167f711d0
2 changed files with 4 additions and 9 deletions

View File

@@ -239,16 +239,12 @@ export default {
</script>
<style lang="scss" scoped>
.detail{
position: absolute;
left: 80px;
right: 20px;
bottom: 0;
width: calc(100% - 100px);
position: relative;
width: 100%;
height: calc(100% - 40px);
z-index: 888;
border-radius: 5px;
.detail-content{
height: calc(100% - 10px);
padding: 0 60px;
height: 100%;
position: relative;
.detail-header{
width: 100%;

View File

@@ -377,7 +377,6 @@ export default {
</script>
<style lang="scss" scoped>
.detail{
z-index: 2000;
position: relative;
width: 100%;
height: calc(100% - 40px);