@@ -367,6 +367,7 @@
position: relative;
height: 50px;
display: flex;
+ padding-right: 10px;
justify-content: flex-end;
align-items: flex-end;
}
@@ -227,8 +227,11 @@
</el-scrollbar>
</div>
<div class="btn-box">
- <el-button type="primary">打开案卷</el-button>
- <el-button @click="onCloseGuiInfoDrawer">关闭</el-button>
+ <el-button size="large" type="primary">打开案卷</el-button>
+ <el-button size="large" @click="onCloseGuiInfoDrawer">
+ <HcIcon name="close"/>
+ <span>关闭</span>
+ </el-button>