card白条

This commit is contained in:
zhangdingyu
2019-09-20 18:51:16 +08:00
parent a4328a668f
commit 135ec524f0
2 changed files with 5 additions and 0 deletions

View File

@@ -214,3 +214,7 @@ el-card{
//斑马纹颜色 //斑马纹颜色
background-color: rgb(235,235,235); background-color: rgb(235,235,235);
} }
.el-card__header {
//card白条宽度
padding: 5px 5px;
}

View File

@@ -1544,6 +1544,7 @@ export default {
</script> </script>
<style scoped> <style scoped>
.offlineContract td{ .offlineContract td{
height: 40px; height: 40px;
text-align: center; text-align: center;