gaoluyang
2025-02-25 d0a721384c79ba8634bada01606d80f5d0167ac0
成品抽样搬迁
已修改1个文件
48 ■■■■■ 文件已修改
src/views/business/sample/index.vue 48 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/sample/index.vue
@@ -541,19 +541,6 @@
}
</script>
<style scoped>
.title {
  height: 60px;
  line-height: 60px;
}
.search {
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
.search_thing {
  display: flex;
  align-items: center;
@@ -577,19 +564,6 @@
  height: calc(100% - 60px - 80px - 10px - 40px);
  padding: 20px;
  overflow-y: auto;
}
.el-form-item {
  margin-bottom: 16px;
}
.btns {
  position: absolute;
  right: 10px;
  top: 25px;
  display: flex;
  align-items: center;
  z-index: 9;
}
.tables {
@@ -624,7 +598,7 @@
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  justify-content: flex-start;
  color: #333333;
  cursor: pointer;
  overflow: hidden; /*超出部分隐藏*/
@@ -669,26 +643,6 @@
.green .num {
  color: #34BD66;
}
.el-dialog {
  position: relative;
}
.shaoma {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3A7BFA;
  position: absolute;
  top: 23px;
  right: 54px;
  cursor: pointer;
}
.node_i {
  color: orange;
  font-size: 18px;
}
.custom-tree-node .el-button {