|
|
@@ -10,12 +10,12 @@
|
|
|
<span class="header-bar__text">{{ title }}</span>
|
|
|
</div>
|
|
|
<div class="header-bar__buttons">
|
|
|
- <div class="header-bar__button" @click="minimizeWindow">
|
|
|
+<!-- <div class="header-bar__button" @click="minimizeWindow">
|
|
|
<img :src="iconMinimize" class="header-bar__button-icon" />
|
|
|
</div>
|
|
|
<div class="header-bar__button" @click="closeWindow">
|
|
|
<img :src="iconClose" class="header-bar__button-icon" />
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -113,11 +113,12 @@ function closeWindow() {
|
|
|
width: 100%;
|
|
|
height: 30px;
|
|
|
z-index: 100000;
|
|
|
- background: #F7F7F7;
|
|
|
+ background: #fff;
|
|
|
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- padding: 0 10px;
|
|
|
+ // padding: 0 10px;
|
|
|
}
|
|
|
|
|
|
.header-bar__menu {
|