小小儁爺
2024-05-30 cc4e197fe80f5c72840fc6d81e4d93ccbe6276e5
src/views/systemSetting/processSetting.vue
@@ -198,17 +198,19 @@
  display: flex;
  flex-direction: column;
}
.block{
  height: 100px;
}
.block-title{
}
.block-content{
  padding: 20px;
  display: flex;
  align-items: center;
}
.font{
@@ -217,6 +219,9 @@
  display: flex;
  align-items: center;
  width: 200px;
}
.el-icon-question {
  cursor: pointer;
}
</style>