wangfei
22 小时以前 7e5796e4813bb1f4d2696a0fd05f408147c3b96e
UI-Project/src/views/Identify/ident.vue
@@ -1,52 +1,35 @@
<script setup>
let indexFlag = $ref(1)
function changeRouter(index) {
  indexFlag = index
}
</script>
<template>
  <!-- <div id="main-div"> -->
  <div id="main-body">
    <router-view/>
  </div>
  <!-- </div> -->
</template>
<style scoped>
#main-div {
  width: 100%;
  height: 100%;
}
#div-title {
  height: 2%;
  width: 100%;
}
#searchButton {
  margin-top: -5px;
  margin-left: 1rem;
}
/* #searchButton1{
//margin-left: 10rem;
} */
/*main-body样式*/
#main-body {
  width: 100%;
  height: 95%;
  /* margin-top: 1%; */
}
#select {
  margin-left: 0.5rem;
}
:deep(.indexTag .el-breadcrumb__inner) {
  color: #5CADFE !important;
}