Remove inline style

This commit is contained in:
dev
2025-07-29 11:30:05 +09:00
parent 2845672723
commit 710714116e

View File

@ -62,9 +62,7 @@
<v-btn v-if="!searchParam.isMulti" :ripple="false" @click="search()">검색</v-btn> -->
<!-- as-is 봐도 초기화가 하는 기능을 모르겠음.. -->
</v-col>
<v-col cols="2" class="text-right"><a-button class="expand-btn" :ripple="false" @click="btnTreeExpand()"
style="color: #000000E0;fill:#000000E0">
<!-- {{ treeExpand }} -->
<v-col cols="2" class="text-right"><a-button class="expand-btn" :ripple="false" @click="btnTreeExpand()">
<v-icon small>$icoExpandAlt</v-icon>
Expand All
</a-button></v-col>