From 0e8aa7db6379af20392793295eee2ff3e173af1c Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 24 四月 2024 18:54:50 +0800 Subject: [PATCH] 获取薪资类型的接口联调,字段调试+保存薪资类型的接口联调和数据处理 --- src/assets/style/index.scss | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss index d8f9581..e9288e6 100644 --- a/src/assets/style/index.scss +++ b/src/assets/style/index.scss @@ -165,7 +165,24 @@ .border_radius_12{ border-radius: 12px; } - +// 鍒楄〃涓嬬殑椤电鐨勬牱寮� +.table-bottom-tabs { + height: 34px; + line-height: 34px; + display: flex; + font-size: 14px; + .tab-pane { + min-width: 60px; + width:auto; + padding:0 20px; + margin-right: 20px; + text-align: center; + background: #2a78fb; + cursor: pointer; + border-top-left-radius: 20px; + border-top-right-radius: 20px; + } +} ::-webkit-scrollbar { width: 8px !important; height: 8px !important; -- Gitblit v1.8.0