liudong
2024-08-12 75ce4571e95ce33a0b9f909df8f794def653e47c
修改系统内的::v-deep警告
5个文件已修改
10 ■■■■ 已修改文件
src/views/dmx/IntelligentAgent/components/custom-settings.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/agent/components/custom-settings.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/knowledgeLib/tool.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/model/components/custom-settings.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/setting/components/custom-settings.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/IntelligentAgent/components/custom-settings.vue
@@ -230,7 +230,7 @@
  .list-wrap {
    position: relative;
    ::v-deep .block-title {
    .block-title {
      height: 36px;
      lin-height: 36px;
    }
src/views/dmx/agent/components/custom-settings.vue
@@ -230,7 +230,7 @@
  .list-wrap {
    position: relative;
    ::v-deep .block-title {
    .block-title {
      height: 36px;
      lin-height: 36px;
    }
src/views/dmx/knowledgeLib/tool.vue
@@ -669,7 +669,7 @@
  .parser {
    width: 100%;
    ::v-deep .arco-btn-outline:hover,
    .arco-btn-outline:hover,
    .arco-btn-outline,
    .arco-btn-outline[type='button'] {
      color: #2a2a2b;
src/views/dmx/model/components/custom-settings.vue
@@ -230,7 +230,7 @@
  .list-wrap{
    position: relative;
    ::v-deep .block-title{
    .block-title{
      height: 36px;
      lin-height: 36px;
    }
src/views/dmx/setting/components/custom-settings.vue
@@ -230,7 +230,7 @@
  .list-wrap{
    position: relative;
    ::v-deep .block-title{
    .block-title{
      height: 36px;
      lin-height: 36px;
    }