ali
2025-02-28 bbb8832291c695a19c43cc382dcf95187adc981c
tags
已修改1个文件
16 ■■■■ 文件已修改
zhitan-vue/src/layout/components/TagsView/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhitan-vue/src/layout/components/TagsView/index.vue
@@ -234,7 +234,7 @@
<style lang="scss" scoped>
.themeDark {
  .tags-view-container {
    height: 56px;
    height: 52px;
    width: 100%;
    background: #1a235d;
    // border-bottom: 1px solid #d8dce5;
@@ -244,12 +244,12 @@
        display: inline-block;
        position: relative;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        height: 32px;
        line-height: 30px;
        border: 1px solid #5278f5;
        color: #fff;
        // background: #3271eb;
        padding: 0 14px;
        padding: 0 12px;
        font-size: 14px;
        margin-left: 6px;
        margin-top: 10px;
@@ -304,7 +304,7 @@
.themeLight {
  .tags-view-container {
    height: 56px;
    height: 52px;
    width: 100%;
    background: #fff;
    // border-bottom: 1px solid #d8dce5;
@@ -314,12 +314,12 @@
        display: inline-block;
        position: relative;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        height: 32px;
        line-height: 30px;
        border: 1px solid #d8dce5;
        color: #495060;
        background: #fff;
        padding: 0 14px;
        padding: 0 12px;
        font-size: 14px;
        margin-left: 6px;
        margin-top: 10px;