|
@@ -3,7 +3,7 @@
|
|
* @Author: wangcc
|
|
* @Author: wangcc
|
|
* @Date: 2022-07-06 15:56:45
|
|
* @Date: 2022-07-06 15:56:45
|
|
* @LastEditors: wangcc
|
|
* @LastEditors: wangcc
|
|
- * @LastEditTime: 2022-10-28 17:48:47
|
|
|
|
|
|
+ * @LastEditTime: 2022-10-28 17:54:59
|
|
* @FilePath: \castgroup_bigscreen\src\views\index.vue
|
|
* @FilePath: \castgroup_bigscreen\src\views\index.vue
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
-->
|
|
-->
|
|
@@ -1273,7 +1273,7 @@ export default {
|
|
<style lang='scss' scoped>
|
|
<style lang='scss' scoped>
|
|
@import url(./index.scss);
|
|
@import url(./index.scss);
|
|
.tab-box {
|
|
.tab-box {
|
|
- background-color: rgba(1, 33, 35, 0.7);
|
|
|
|
|
|
+ // background-color: rgba(1, 33, 35, 0.7);
|
|
height: 46px;
|
|
height: 46px;
|
|
width: 380px;
|
|
width: 380px;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
@@ -1285,8 +1285,8 @@ export default {
|
|
background-color: rgba(0, 69, 70, 0.6);
|
|
background-color: rgba(0, 69, 70, 0.6);
|
|
border: 1px solid;
|
|
border: 1px solid;
|
|
border-color: rgba(0, 252, 255, 0.24);
|
|
border-color: rgba(0, 252, 255, 0.24);
|
|
- height: 44px;
|
|
|
|
- line-height: 44px;
|
|
|
|
|
|
+ height: 32px;
|
|
|
|
+ line-height: 32px;
|
|
text-align: center;
|
|
text-align: center;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
color: rgba(255, 255, 255, 0.6);
|
|
|
|
|