AddProductDialog: slight copy and visual tweaks
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
</v-card>
|
||||
|
||||
<v-card-text>
|
||||
<p>Enter lots of material numbers to add to the catalog</p>
|
||||
<p>Enter material numbers to add to the catalog</p>
|
||||
<v-textarea
|
||||
v-model="text"
|
||||
autofocus
|
||||
@ -27,7 +27,7 @@
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn small flat @click="show = false">Cancel</v-btn>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn small color="primary" class="black--text" @click="doAdd()">Add</v-btn>
|
||||
<v-btn small flat color="primary" @click="doAdd()">Add</v-btn>
|
||||
<v-spacer></v-spacer>
|
||||
</v-card-actions>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user